Ignore:
Timestamp:
Jul 10, 2013 4:22:07 PM (11 years ago)
Author:
witha
Message:

script adjustments for Forwind cluster (lcflow)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1200 r1202  
    2323# Current revisions:
    2424# ------------------
    25 #
     25# adjustments for Forwind cluster (lcflow)
    2626#
    2727# Former revisions:
     
    837837 elif [[ $remote_host = lcflow ]]
    838838 then
    839     if [ $memory -gt 1900 ]; then
     839    if [ $memory -gt 1800 ]; then
    840840      use_himem=""
    841841    else
     
    844844    if [[ $numprocs != 0 ]]
    845845    then
    846       pe_set="#$ -pe impi $numprocs"
    847     else
    848       pe_set="#$ -pe impi 1"
     846      pe_set="#$ -pe impi41 $numprocs"
     847    else
     848      pe_set="#$ -pe impi41 1"
    849849    fi
    850850    if [[ $queue = default ]]
     
    14541454          echo "SGEPREFIX -cwd"                                          >>  $job_to_send
    14551455          echo "SGEPREFIX -l h_rt=01:00:00"                              >>  $job_to_send
    1456           echo "SGEPREFIX -l h_vmem=100M"                                >>  $job_to_send
     1456          echo "SGEPREFIX -l h_vmem=500M"                                >>  $job_to_send
     1457          echo "SGEPREFIX -l excl_flow=false"                            >>  $job_to_send
    14571458          echo "SGEPREFIX -j y"                                          >>  $job_to_send
    14581459          echo "SGEPREFIX -o ${local_host}_${job_name}_scpjob_$kennung"  >>  $job_to_send
     
    15211522       then
    15221523          echo "mv  scpjob.$kennung  $job_catalog"           >>  $job_to_send
    1523           echo "ssh ${remote_username}@${remote_addres}  \"$init_cmds $module_calls cd $job_catalog; $submcom scpjob.$kennung\" "  >>  $job_to_send
     1524          echo "/usr/bin/ssh ${remote_username}@${remote_addres}  \"$init_cmds $module_calls cd $job_catalog; $submcom scpjob.$kennung\" "  >>  $job_to_send
    15241525       else
    15251526          echo "$submcom  scpjob.$kennung"      >>  $job_to_send
     
    16261627       elif [[ $remote_host = lcflow ]]
    16271628       then
    1628           ssh  $SSH_PORTOPT $remote_addres  -l $remote_user  "$init_cmds $module_calls cd $job_catalog; $submcom $job_on_remhost"
     1629          /usr/bin/ssh  $SSH_PORTOPT $remote_addres  -l $remote_user  "$init_cmds $module_calls cd $job_catalog; $submcom $job_on_remhost"
    16291630       else
    16301631          ssh  $SSH_PORTOPT $remote_addres  -l $remote_user  "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost"
Note: See TracChangeset for help on using the changeset viewer.