--- MITgcm/verification/cpl_aim+ocn/itrda_notes.txt 2006/07/02 22:12:38 1.3 +++ MITgcm/verification/cpl_aim+ocn/itrda_notes.txt 2007/02/16 00:08:20 1.4 @@ -20,5 +20,17 @@ same as (a) except: module add mpich/pgi -Note: to run 1 test after the other, need to unload the previous modules: +Note: + a) to run 1 test after the other, need to unload the previous modules: module purge + b) might prefer a 2 nodes, 4 cpu session: + qsub -I (-q four-twelve) -l nodes=2:ppn=2 + then do: + cd MITgcm/verification/cpl_aim+ocn/ + cat $PBS_NODEFILE > mf + head -3 mf > loc_nodes + export PBS_NODEFILE=`pwd`/loc_nodes + source /usr/local/pkg/modules/modules-3.1.6/init/bash +and then as usual: + module add ... +