Changeset 2134 for palm/trunk


Ignore:
Timestamp:
Feb 2, 2017 7:33:46 AM (7 years ago)
Author:
raasch
Message:

option -E added to msub commands on HLRN-III machines to allow output of more job informations in the job protocol files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1945 r2134  
    2323# Current revisions:
    2424# ------------------
    25 #
     25# option -E added to msub commands on HLRN-III machines
    2626#
    2727# Former revisions:
     
    386386        (ibms)    queue=p_normal; remote_address=150.183.5.101; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
    387387        (lcbullhh)    queue=compute; remote_address=136.172.50.13; submcom=/usr/bin/sbatch;;
    388         (lccrayb) queue=mpp1testq; remote_address=130.73.233.1; submcom=/opt/moab/default/bin/msub;;
    389         (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom=/opt/moab/default/bin/msub;;
     388        (lccrayb) queue=mpp1testq; remote_address=130.73.233.1; submcom="/opt/moab/default/bin/msub -E";;
     389        (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom="/opt/moab/default/bin/msub -E";;
    390390        (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;;
    391391        (lcflow)  remote_address=10.140.1.72; submcom=qsub;;
     
    15181518       elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]]
    15191519       then
    1520           echo "msub -q $return_queue  scpjob.$identifier"               >>  $job_to_send
     1520          echo "msub -E -q $return_queue  scpjob.$identifier"               >>  $job_to_send
    15211521       elif [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
    15221522       then
Note: See TracChangeset for help on using the changeset viewer.