Changeset 1480 for palm


Ignore:
Timestamp:
Oct 17, 2014 2:41:49 PM (10 years ago)
Author:
raasch
Message:

adjustments for 2nd stage of HLRNIII

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1469 r1480  
    2323# Current revisions:
    2424# ------------------
    25 #
     25# adjustments for 2nd stage of HLRNIII
    2626#
    2727# Former revisions:
     
    355355        (ibmku)   queue=s4; remote_address=133.5.4.129; submcom=/usr/local/bin/llsubmit;;
    356356        (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;;
    359359        (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;;
    360360        (lcflow)  remote_address=10.140.1.71; submcom=/cm/shared/apps/sge/6.2u5p2/bin/lx26-amd64/qsub;;
     
    404404                 esac;;
    405405        (lccrayb) case  $ndq  in
    406                      (dataq|mpp1q|mpp1testq|smp1q|smp1testq|specialm1q)   error=false;;
     406                     (dataq|mpp1q|mpp1testq|mpp2q|mpp2testq|smp1q|smp1testq|specialm1q)   error=false;;
    407407                     (*)                                     error=true;;
    408408                 esac;;
     
    771771 then
    772772
     773    if [[ "$feature" != "" ]]
     774    then
     775       featuredir="#PBS -l feature=$feature"
     776    fi
     777
    773778    if [[ $numprocs != 0 ]]
    774779    then
     
    781786#PBS -j oe
    782787#PBS -q $queue
     788$featuredir
    783789
    784790$module_calls
Note: See TracChangeset for help on using the changeset viewer.