Ignore:
Timestamp:
May 20, 2009 5:52:40 AM (15 years ago)
Author:
raasch
Message:

adjustments for lcsgih and ibmh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r312 r325  
    9898     # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih
    9999     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
     100     # 18/05/09 - Siggi - Settings for serial jobs on lcsgi changed
    100101
    101102
     
    363364                 esac;;
    364365        (lcsgib|lcsgih)   case  $ndq  in
    365                      (testq|smallq|bigq)                     error=false;;
     366                     (testq|serialq|smallq|bigq)             error=false;;
    366367                     (*)                                     error=true;;
    367368                 esac;;
     
    909910       then
    910911          return_queue=serial
     912       elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
     913       then
     914          return_queue = serialq
    911915       elif [[ $remote_host = lctit ]]
    912916       then
     
    974978          echo "#!/bin/bash"                             >>  $job_to_send
    975979          echo "#PBS -N job_protocol_transfer"           >>  $job_to_send
    976           echo "#PBS -l walltime=00:02:00"               >>  $job_to_send
     980          echo "#PBS -l walltime=00:30:00"               >>  $job_to_send
    977981          echo "#PBS -l nodes=1:ppn=1"                   >>  $job_to_send
    978982          echo "#PBS -l feature=xe"                      >>  $job_to_send
Note: See TracChangeset for help on using the changeset viewer.