Changeset 475 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Feb 4, 2010 2:26:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r440 r475 112 112 # 16/10/09 - Carolin-adding permq 113 113 # 01/02/10 - Siggi - adapted for lcxt5m and lckyoto (Fujitsu HX600) 114 # 03/02/10 - Siggi - bug in serial jobs removed 114 115 115 116 … … 126 127 local_user=$LOGNAME 127 128 node_usage=shared 128 numprocs= 1129 numprocs=0 129 130 punkte="..........................................................." 130 131 submcom=qsub … … 830 831 #PBS -l ncpus=1 831 832 #PBS -o $remote_dayfile 832 #PBS - e $remote_dayfile833 #PBS -j oe 833 834 $queue_directive 834 835 $email_directive 836 837 . /usr/share/modules/init/bash 838 module load ifort/11.0.069 839 module load netcdf 835 840 836 841 %%END%%
Note: See TracChangeset
for help on using the changeset viewer.