Changeset 7944 for trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
- Timestamp:
- 08/25/06 22:09:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
r7936 r7944 31 31 32 32 source `dirname $0`/sourcefile 33 user=`whoami` 33 printprocesslog "INFO starting $0" 34 34 35 35 set -C … … 42 42 43 43 prev=$max 44 user=`whoami` 44 45 notcount=0 45 46 while (( $notcount < 100 )) … … 117 118 nail -s 'condor problem' $erradrs < $jmerrorlog 118 119 echo "condor is not working -> sleeping $errorsleeptime" >> $jmscriptlog 2>&1 120 printprocesslog "ERROR submitting ${scripts[$i]} to condor failed" 119 121 sleep $errorsleeptime 120 122 fi
Note:
See TracChangeset
for help on using the changeset viewer.