Changeset 9493 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9492 r9493  
    3737     - bugfix: pass environment variable AUTOMATIONSETUP to sun grid
    3838       engine
     39     - pass environment variable AUTOMATIONSETUP also in the case of
     40       condor (macro $automationsetup)
    3941
    4042   * datacenter/scripts/setup.isdc.cta:
     
    4345       excluded nodes (needed in the jobmanager for the changes
    4446       above)
     47
     48   * datacenter/scripts/run.condor:
     49     - added definition of environment variable using macro
     50       $automationsetup
    4551
    4652
  • 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.