Ignore:
Timestamp:
01/15/10 09:27:25 (15 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
3 edited

Legend:

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

    r9149 r9539  
    187187      # remove name from list in case there is nothing left to do
    188188      getstatus >> $scriptlog 2>&1
    189       if [ "$numproc" = "" ]
     189      if [ "$numproc" = "0" ]
    190190      then
    191191         unset all[$a]
  • trunk/MagicSoft/Mars/datacenter/scripts/jobmanager

    r9493 r9539  
    127127      # check number of processes to be done
    128128      echo `date +%F\ %T`" Database: $numproc ${scripts[$i]} still to be done (incl. idle jobs) [DB/table/column $db/$table/$column]" >> $jmscriptlog 2>&1
    129       if [ "$numproc" = "" ]
     129      if [ "$numproc" = "0" ]
    130130      then
    131131         prev=0
  • trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher

    r9130 r9539  
    7575   fi
    7676   echo " launching $1..." >> $scriptlog 2>&1
    77    echo "/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args=\"$arguments\" -a date=$date -a dir=$runlogpath $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2" >> $scriptlog 2>&1
    78    pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args="$arguments" -a date=$date -a dir=$runlogpath $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2`
     77   echo "/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args=\"$arguments\" -a date=$date -a dir=$runlogpath -a automationsetup=$AUTOMATIONSETUP $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2" >> $scriptlog 2>&1
     78   pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args="$arguments" -a date=$date -a dir=$runlogpath -a automationsetup=$AUTOMATIONSETUP $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2`
    7979   if [ "$pid" = "" ]
    8080   then
Note: See TracChangeset for help on using the changeset viewer.