Ignore:
Timestamp:
08/14/09 17:42:52 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/jobmanager

    r9492 r9493  
    6060            ;;
    6161   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'
    6363            alias 'checkqueue'='/usr/local/bin/condor_q -global -format "Owner%s " Owner -format "%s" CMD -format "Jobstatus%s\n" Jobstatus '
    6464            break
  • trunk/MagicSoft/Mars/datacenter/scripts/run.condor

    r9121 r9493  
    77error         = error-$(date).log
    88notification  = Error
     9environment   = AUTOMATIONSETUP=$(automationsetup)
    910
    1011Initialdir = $(dir)
Note: See TracChangeset for help on using the changeset viewer.