Changeset b7fafb
- Timestamp:
- Oct 30, 2008, 1:27:07 AM (17 years ago)
- Children:
- 002351, 650212
- Parents:
- 5db625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util/src/dynamicANOVA.sh.in
r5db625 rb7fafb 125 125 cpus=`cat /proc/cpuinfo | grep processor | wc -l` 126 126 echo "localhost" >$PBS_NODEFILE 127 while [ $i -lt $cpus ]; do 127 while [ $i -lt $cpus ]; do # add one localhost per cpu to machines file 128 128 echo "localhost" >>$PBS_NODEFILE 129 129 let i=$i+1 … … 243 243 done 244 244 245 246 247 248 245 # go through all groups and run the job 246 olddivisor=$divisor 247 if [ $divisor -gt $frag ]; then 248 divisor=$frag 249 249 fi 250 250 grp=0; … … 256 256 let grp=$grp+1 257 257 done 258 divisor=$olddivisor 258 divisor=$olddivisor 259 259 260 260 # wait till all ProcRuns files are gone
Note:
See TracChangeset
for help on using the changeset viewer.