Warning, /verification/fizhi-cs-32x32x40/input/runone is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit b837625b on 2007-01-11 17:56:31 UTC
b837625b2f Andr*0001 #!/bin/csh
0002 #PBS -N fizhiT3
0003 #PBS -l ncpus=24
0004 #PBS -l walltime=08:00:00
0005 #PBS -j oe
0006 #PBS -o /nobackup2b/molod/fizhi-cs-32x32x46-newres/input/stdout
0007 ########PBS -q normal
0008 #PBS -V
0009
0010 echo 'start'
0011 #----------------------------------------------
0012 set namPBS=fizhiT3
0013 set runDir=/nobackup2b/molod/fizhi-cs-32x32x46-newres/input
0014 set executable=/nobackup2b/molod/fizhi-cs-32x32x46-newres/build/mitgcmuv
0015 #-------------------
0016 cd $runDir
0017
0018 #------
0019 limit stacksize unlimited
0020 module list
0021 module purge
0022 module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.12.0.0
0023 #------
0024
0025 set its=`egrep 'nIter0' data | sed 's/ nIter0=//'| sed 's/,$//'`
0026
0027 #-------------------
0028 mpirun -np 24 $executable
0029 #-------------------
0030
0031 exit