Changeset 8462 for trunk/MagicSoft
- Timestamp:
- 04/27/07 17:42:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r8461 r8462 49 49 fi 50 50 echo " launching $i..." >> $scriptlog 2>&1 51 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date -a dir=$runlogpath $path/run.condor >> $errorlog | grep 'submitted to cluster' | cut -dr -f2`51 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date -a dir=$runlogpath $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2` 52 52 if [ "$pid" = "" ] 53 53 then
Note:
See TracChangeset
for help on using the changeset viewer.