Changeset 9493 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/14/09 17:42:52 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
r9492 r9493 60 60 ;; 61 61 condor) echo " on queuing system 'condor'" >> $jmscriptlog 2>&1 62 alias 'queuesubmit'='/usr/local/bin/condor_submit -a path=`echo $scriptspath` -a prog=`echo ${scripts[$i]}` -a date=`echo $date` -a dir=`echo $runlogpath` `echo $scriptspath`/run.condor'62 alias 'queuesubmit'='/usr/local/bin/condor_submit -a path=`echo $scriptspath` -a prog=`echo ${scripts[$i]}` -a date=`echo $date` -a dir=`echo $runlogpath` -a automationsetup=$AUTOMATIONSETUP `echo $scriptspath`/run.condor' 63 63 alias 'checkqueue'='/usr/local/bin/condor_q -global -format "Owner%s " Owner -format "%s" CMD -format "Jobstatus%s\n" Jobstatus ' 64 64 break -
trunk/MagicSoft/Mars/datacenter/scripts/run.condor
r9121 r9493 7 7 error = error-$(date).log 8 8 notification = Error 9 environment = AUTOMATIONSETUP=$(automationsetup) 9 10 10 11 Initialdir = $(dir)
Note:
See TracChangeset
for help on using the changeset viewer.