/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_op64_tuv
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_op64_tuv

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by jmc, Fri Apr 3 21:31:34 2009 UTC revision 1.8 by jmc, Fri Jun 26 16:10:42 2009 UTC
# Line 5  Line 5 
5  #PBS -l nodes=1:ppn=2  #PBS -l nodes=1:ppn=2
6  #PBS -e /home/jmc/test_ACES/output/tst_tuv.stderr  #PBS -e /home/jmc/test_ACES/output/tst_tuv.stderr
7  #PBS -o /home/jmc/test_ACES/output/tst_tuv.stdout  #PBS -o /home/jmc/test_ACES/output/tst_tuv.stdout
8    
9  # $Header$  # $Header$
10  # $Name$  # $Name$
11    
12  umask 0022  # ACES-grid PBS-batch script: test using open64 + "Trap Un-initialised Var." option
 TST_DIR="/home/jmc/test_ACES/gcm_tests"  
 HERE='/home/jmc/test_ACES/output'  
 cd $HERE  
13    
14  if test -f /etc/profile.d/modules.sh ; then  if test -f /etc/profile.d/modules.sh ; then
15      . /etc/profile.d/modules.sh      . /etc/profile.d/modules.sh
# Line 20  fi Line 17  fi
17  # Note: added to pass big test (the 2 fizhi-cs-* test)  # Note: added to pass big test (the 2 fizhi-cs-* test)
18  ulimit -s unlimited  ulimit -s unlimited
19    
20    umask 0022
21    #- to get case insensitive "ls" (and order of tested experiments)
22    export LC_ALL="en_US.UTF-8"
23    
24    TST_DIR="/home/jmc/test_ACES/gcm_tests"
25    HERE='/home/jmc/test_ACES/output'
26    cd $HERE
27    
28  sfx='tuv'  sfx='tuv'
29  module add open64  module add open64
30  OPTFILE="../tools/build_options/linux_ia32_open64.trapuv"  OPTFILE="../tools/build_options/linux_ia32_open64.trapuv"
# Line 30  checkOut=1 Line 35  checkOut=1
35  #options="$options -nc" ; checkOut=0  #options="$options -nc" ; checkOut=0
36  #options="$options -q"  ; checkOut=0  #options="$options -q"  ; checkOut=0
37    
 # cat << EOF > $HERE"/.cvspass"  
 # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  
 # EOF  
38  gcmDIR="MITgcm_$sfx"  gcmDIR="MITgcm_$sfx"
39  cd $TST_DIR  cd $TST_DIR
40  #- check for disk space:  #- check for disk space:
# Line 73  cd $gcmDIR/verification Line 75  cd $gcmDIR/verification
75  echo ./testreport $options -of $OPTFILE -odir aces-$sfx  echo ./testreport $options -of $OPTFILE -odir aces-$sfx
76  ./testreport $options -of $OPTFILE -odir aces-$sfx  ./testreport $options -of $OPTFILE -odir aces-$sfx
77    
78    echo -n 'run ./testreport -clean ...'
79    ./testreport -clean > /dev/null 2>&1
80    echo -n ' done at: ' ; date
81    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22