Changeset 7922 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 08/23/06 11:31:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r7921 r7922 53 53 fi 54 54 echo "launching $i..." >> $scriptlog 2>&1 55 /usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor >/dev/null2>$errorlog55 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor | grep cluster | cut -dr -f2` 2>$errorlog 56 56 if ! echo $@ | grep "allatthesametime" >/dev/null 2>$errorlog 57 57 then 58 58 echo " waiting for $i to be done..." >> $scriptlog 2>&1 59 /usr/local/bin/condor_wait $condordir/condor-$date2.log >/dev/null 2>$errorlog59 /usr/local/bin/condor_wait $condordir/condor-$date2.log $pid >/dev/null 2>$errorlog 60 60 fi 61 61 done 62 echo `date`": all done/submitted." >> $scriptlog 2>&1 62 63
Note:
See TracChangeset
for help on using the changeset viewer.