- Timestamp:
- Oct 12, 2008, 4:02:25 PM (17 years ago)
- Children:
- 51d33c5
- Parents:
- 45d5cc
- File:
-
- 1 edited
-
util/src/dynamicANOVA.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/src/dynamicANOVA.sh.in
r45d5cc r26f52a 122 122 PBS_NODEFILE="${DIR}/machines" 123 123 if [ ! -e $PBS_NODEFILE ]; then 124 i=1 125 cpus=`cat /proc/cpuinfo | grep processor | wc -l` 124 126 echo "localhost" >$PBS_NODEFILE 127 while [ $i -lt $cpus ]; do # add one localhost per cpu to machines file 128 echo "localhost" >>$PBS_NODEFILE 129 let i=$i+1 130 done 125 131 fi 126 132
Note:
See TracChangeset
for help on using the changeset viewer.
