Monday, September 7, 2015

estimate greenfield SU for Gordon




[hqin2@greenfield ms02GINPPI]$ cat ms02.pbs
#!/bin/bash
# Request 15 cores
#PBS -l nodes=1:ppn=15
#  Request 2:30 minutes of cpu time
#PBS -l walltime=02:30:00

module load R/3.2.1-mkl

echo hostname

pwd
cd /crucible/mc48o9p/hqin2/mactower-network-failure-simulation-master/ms02GINPPI
pwd

R --vanilla --slave -f ms02-2015Aug27.R --args 900 999


10:10am






Using  "ls -l", find out that each ms02 network took 3 minutes on greenfield.
100 permutation means 300minutes = 5 SUs.


No comments:

Post a Comment