Changeset 325 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- May 20, 2009 5:52:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r312 r325 98 98 # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih 99 99 # 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 100 101 101 102 … … 363 364 esac;; 364 365 (lcsgib|lcsgih) case $ndq in 365 (testq|s mallq|bigq)error=false;;366 (testq|serialq|smallq|bigq) error=false;; 366 367 (*) error=true;; 367 368 esac;; … … 909 910 then 910 911 return_queue=serial 912 elif [[ $remote_host = lcsgih || $remote_host = lcsgib ]] 913 then 914 return_queue = serialq 911 915 elif [[ $remote_host = lctit ]] 912 916 then … … 974 978 echo "#!/bin/bash" >> $job_to_send 975 979 echo "#PBS -N job_protocol_transfer" >> $job_to_send 976 echo "#PBS -l walltime=00: 02:00" >> $job_to_send980 echo "#PBS -l walltime=00:30:00" >> $job_to_send 977 981 echo "#PBS -l nodes=1:ppn=1" >> $job_to_send 978 982 echo "#PBS -l feature=xe" >> $job_to_send
Note: See TracChangeset
for help on using the changeset viewer.