Changeset 9493 for trunk/MagicSoft
- Timestamp:
- 08/14/09 17:42:52 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9492 r9493 37 37 - bugfix: pass environment variable AUTOMATIONSETUP to sun grid 38 38 engine 39 - pass environment variable AUTOMATIONSETUP also in the case of 40 condor (macro $automationsetup) 39 41 40 42 * datacenter/scripts/setup.isdc.cta: … … 43 45 excluded nodes (needed in the jobmanager for the changes 44 46 above) 47 48 * datacenter/scripts/run.condor: 49 - added definition of environment variable using macro 50 $automationsetup 45 51 46 52 -
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.