Changeset 1480 for palm/trunk
- Timestamp:
- Oct 17, 2014 2:41:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1469 r1480 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # adjustments for 2nd stage of HLRNIII 26 26 # 27 27 # Former revisions: … … 355 355 (ibmku) queue=s4; remote_address=133.5.4.129; submcom=/usr/local/bin/llsubmit;; 356 356 (ibms) queue=p_normal; remote_address=150.183.5.101; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 357 (lccrayb) queue=mpp1testq; remote_address=130.73.233.1; submcom=/opt/moab/ 7.2.6/bin/msub;;358 (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom=/opt/moab/ 7.2.6/bin/msub;;357 (lccrayb) queue=mpp1testq; remote_address=130.73.233.1; submcom=/opt/moab/default/bin/msub;; 358 (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom=/opt/moab/default/bin/msub;; 359 359 (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;; 360 360 (lcflow) remote_address=10.140.1.71; submcom=/cm/shared/apps/sge/6.2u5p2/bin/lx26-amd64/qsub;; … … 404 404 esac;; 405 405 (lccrayb) case $ndq in 406 (dataq|mpp1q|mpp1testq| smp1q|smp1testq|specialm1q) error=false;;406 (dataq|mpp1q|mpp1testq|mpp2q|mpp2testq|smp1q|smp1testq|specialm1q) error=false;; 407 407 (*) error=true;; 408 408 esac;; … … 771 771 then 772 772 773 if [[ "$feature" != "" ]] 774 then 775 featuredir="#PBS -l feature=$feature" 776 fi 777 773 778 if [[ $numprocs != 0 ]] 774 779 then … … 781 786 #PBS -j oe 782 787 #PBS -q $queue 788 $featuredir 783 789 784 790 $module_calls
Note: See TracChangeset
for help on using the changeset viewer.