Changeset 253 for palm/trunk/SCRIPTS
- Timestamp:
- Mar 5, 2009 4:22:39 AM (16 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r251 r253 170 170 # 25/02/09 - Siggi - cputime-option (-t) is allowed to be omitted for 171 171 # interactive runs 172 # 0 2/03/09 - Siggi - adjustments for new NEC-SX9 at RIAM (necriam)172 # 05/03/09 - Siggi - adjustments for new NEC-SX9 at RIAM (necriam) 173 173 174 174 … … 1193 1193 (lctit) queue=sla3;; 1194 1194 (nech) queue=none;; 1195 (necriam) queue=S S;;1195 (necriam) queue=SP;; 1196 1196 (unics) queue=unics;; 1197 1197 esac -
palm/trunk/SCRIPTS/subjob
r251 r253 372 372 esac;; 373 373 (necriam) case $ndq in 374 (S S|P6|X) error=false;;374 (SP|SS|P6) error=false;; 375 375 (*) error=true;; 376 376 esac;; … … 817 817 #PBS -b $nodes 818 818 #PBS -o $remote_dayfile 819 #PBS -N palm819 #PBS -N $job_name 820 820 #PBS -j o 821 821 #PBS -v MPIPROGINV=YES … … 829 829 #PBS -q ${queue} 830 830 #PBS -o $remote_dayfile 831 #PBS -N palm831 #PBS -N $job_name 832 832 #PBS -j o 833 833 #PBS -v MPIPROGINV=YES … … 899 899 elif [[ $remote_host = necriam ]] 900 900 then 901 return_queue=S S901 return_queue=SP 902 902 else 903 903 return_queue=unknown
Note: See TracChangeset
for help on using the changeset viewer.