IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13533


Ignore:
Timestamp:
May 25, 2007, 5:12:00 PM (19 years ago)
Author:
eugene
Message:

adding job hostname info on error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r12697 r13533  
    146146    end
    147147    if ($0 == 2)
     148      echo ""
    148149      echo "$1 for: $command"
    149150      echo "job exit status: $JOB_STATUS"
     151      echo "job host: $JOB_HOSTNAME"
    150152      echo "job dtime: $JOB_DTIME"
    151153    else
     
    185187
    186188  if ($VERBOSE > 4)
     189    echo "*** exit status ***"
     190    echo "JOB_STATUS: $JOB_STATUS"
     191    echo "JOB_HOSTNAME: $JOB_HOSTNAME"
     192    echo "JOB_DTIME: $JOB_DTIME"
    187193    echo "*** stdout ***"
    188194    queueprint stdout
    189195    echo "*** stderr ***"
    190196    queueprint stderr
    191     echo "JOB_STATUS: $JOB_STATUS"
    192197  end
    193198
Note: See TracChangeset for help on using the changeset viewer.