Ignore:
Timestamp:
Jan 29, 2015 3:09:12 PM (9 years ago)
Author:
witha
Message:

adjustments for ForWind? computing cluster (lcflow)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1546 r1547  
    2323# Current revisions:
    2424# ------------------
    25 #
     25# adjustments for ForWind computing cluster (lcflow)
    2626#
    2727# Former revisions:
     
    364364        (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom=/opt/moab/default/bin/msub;;
    365365        (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;;
    366         (lcflow)  remote_address=10.140.1.71; submcom=/cm/shared/apps/sge/6.2u5p2/bin/lx26-amd64/qsub;;
     366        (lcflow)  remote_address=10.140.1.72; submcom=qsub;;
    367367        (lckyoto) remote_address=133.3.51.11; submcom=/thin/local/bin/qsub;;
    368368        (lck)     remote_address=165.132.26.61; submcom=/usr/torque/bin/qsub;;
     
    422422                 esac;;
    423423        (lcflow) case  $ndq  in
    424                      (cfd_lom_long.q|cfd_him_long.q|cfd_lom_serl.q|cfd_lom_shrt.q|cfd_him_shrt.q)  error=false;;
     424                     (cfd_lom_long.q|cfd_him_long.q|cfd_lom_serl.q|cfd_lom_shrt.q|cfd_him_shrt.q|cfd_ivy_shrt.q)  error=false;;
    425425                     (*)                                     error=true;;
    426426                 esac;;
     
    844844 elif [[ $remote_host = lcflow ]]
    845845 then
    846     if [ $memory -gt 1800 ]; then
    847       use_himem=""
    848     else
    849       use_himem="#"
    850     fi
    851846    if [[ $numprocs != 0 ]]
    852847    then
    853       pe_set="#$ -pe impi41 $numprocs"
    854     else
    855       pe_set="#$ -pe impi41 1"
     848      pe_set="#$ -pe impi $numprocs"
     849    else
     850      pe_set="#$ -pe impi 1"
    856851    fi
    857852    if [[ $queue = default ]]
     
    874869$pe_set
    875870#$ -R y
    876 ${use_himem}#$ -l highmem=true
    877871#$ -l h_fsize=${disc_space}G
    878872$queue_set
     
    13351329          echo "SGEPREFIX -l h_rt=01:00:00"                              >>  $job_to_send
    13361330          echo "SGEPREFIX -l h_vmem=500M"                                >>  $job_to_send
    1337           echo "SGEPREFIX -l excl_flow=false"                            >>  $job_to_send
    13381331          echo "SGEPREFIX -j y"                                          >>  $job_to_send
    13391332          echo "SGEPREFIX -o ${local_host}_${job_name}_scpjob_$identifier"  >>  $job_to_send
Note: See TracChangeset for help on using the changeset viewer.