Changeset 2134 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Feb 2, 2017 7:33:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1945 r2134 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # option -E added to msub commands on HLRN-III machines 26 26 # 27 27 # Former revisions: … … 386 386 (ibms) queue=p_normal; remote_address=150.183.5.101; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 387 387 (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";; 390 390 (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;; 391 391 (lcflow) remote_address=10.140.1.72; submcom=qsub;; … … 1518 1518 elif [[ $remote_host = lccrayb || $remote_host = lccrayh ]] 1519 1519 then 1520 echo "msub - q $return_queue scpjob.$identifier" >> $job_to_send1520 echo "msub -E -q $return_queue scpjob.$identifier" >> $job_to_send 1521 1521 elif [[ $remote_host = t3eb || $remote_host = t3eh || $remote_host = t3ej2 || $remote_host = t3ej5 ]] 1522 1522 then
Note: See TracChangeset
for help on using the changeset viewer.