Ignore:
Timestamp:
08/22/06 16:38:31 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7908 r7913  
    2525# ========================================================================
    2626#
    27 # This a resource file for the scripts, in which paths, times and number
    28 # of jobs for condor are stored.
     27# This a script, which launches other scripts (all scripts, that are run
     28# on primary basis
    2929#
    3030
     
    7676      gettodo
    7777
    78       y=`date +%Y`
    79       m=`date +%m`
    80       d=`date +%d`
    81       condordir=$logpath/condor/$y/$m/$d
     78      date=`date +%Y/%m/%d`
     79      date2=`date +%Y-%m-%d`
     80      condordir=$logpath/condor/$date
    8281      makedir $condordir #>> $scriptlog 2>&1
    8382     
    84 #      echo "  ---> starting ${scripts[$i]} for $process" #>> $scriptlog 2>&1
    85      
    86       #test
    87       contex
    88       #test
    89       if ! /usr/local/bin/condor_submit -a path=$scriptspath -a prog=${scripts[$i]} -a y=$y -a m=$m -a d=$d $scriptspath/run.condor 2>$errorlog
     83      if ! /usr/local/bin/condor_submit -a path=$scriptspath -a prog=${scripts[$i]} -a date=$date2 -a dir=$condordir $scriptspath/run.condor 2>$errorlog
    9084      then
    9185         date >> $errorlog
Note: See TracChangeset for help on using the changeset viewer.