Changeset 366 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Aug 25, 2009 8:06:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r352 r366 101 101 # 24/06/09 - BjornM- adjustments for lcxt4 (loading modules manually) 102 102 # 08/07/09 - Siggi - option -e added (email notification on lcsgih/b) 103 # 20/07/09 - Siggi - On lcsgi, jobs for returning the job protocol are 104 # now run on the data nodes (feature=data) 103 105 104 106 … … 367 369 esac;; 368 370 (lcsgib|lcsgih) case $ndq in 369 (testq|serialq|smallq|bigq )error=false;;371 (testq|serialq|smallq|bigq|workq) error=false;; 370 372 (*) error=true;; 371 373 esac;; … … 706 708 then 707 709 708 if [[ $queue = testq ]]710 if [[ $queue = testq || $queue = workq ]] 709 711 then 710 712 queue_directive="#PBS -q $queue" … … 735 737 736 738 . /usr/share/modules/init/bash 739 module load ifort/11.0.069 737 740 module load $mpilib 738 741 # module load mvapich2/1.2rc1-intel 739 742 # module load mvapich2 740 743 module load netcdf 741 export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH744 #export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH 742 745 echo ld_library_path=\$LD_LIBRARY_PATH 743 746 … … 1005 1008 echo "#PBS -l walltime=00:30:00" >> $job_to_send 1006 1009 echo "#PBS -l nodes=1:ppn=1" >> $job_to_send 1007 echo "#PBS -l feature= xe">> $job_to_send1010 echo "#PBS -l feature=data" >> $job_to_send 1008 1011 echo "#PBS -o \$HOME/job_queue/last_job_transfer_protocol" >> $job_to_send 1009 1012 echo "#PBS -j oe" >> $job_to_send
Note: See TracChangeset
for help on using the changeset viewer.