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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth

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

revision 1.9 by jmc, Thu Apr 16 19:06:45 2009 UTC revision 1.10 by jmc, Tue Jun 16 21:32:22 2009 UTC
# Line 9  Line 9 
9  # $Header$  # $Header$
10  # $Name$  # $Name$
11    
12    if test -f /etc/profile.d/modules.sh ; then
13        . /etc/profile.d/modules.sh
14    fi
15    # Note: added to pass big test (the 2 fizhi-cs-* test)
16    ulimit -s unlimited
17    
18  umask 0022  umask 0022
19    #- to get case insensitive "ls" (and order of tested experiments)
20    export LC_ALL="en_US.UTF-8"
21    
22  TST_DIR="/home/jmc/test_ACES/gcm_tests"  TST_DIR="/home/jmc/test_ACES/gcm_tests"
23  HERE='/home/jmc/test_ACES/output'  HERE='/home/jmc/test_ACES/output'
24  cd $HERE  cd $HERE
25    
 if test -f /etc/profile.d/modules.sh ; then  
     . /etc/profile.d/modules.sh  
 fi  
   
26  sfx='mth'  sfx='mth'
27  module add ifc/9.0.021 icc/9.0.021 intel/9.0  module add ifc/9.0.021 icc/9.0.021 intel/9.0
28  OPTFILE="../tools/build_options/linux_ia32_ifort.aces"  OPTFILE="../tools/build_options/linux_ia32_ifort.aces"
# Line 29  checkOut=1 Line 34  checkOut=1
34  #options="$options -nc" ; checkOut=0  #options="$options -nc" ; checkOut=0
35  #options="$options -q"  ; checkOut=0  #options="$options -q"  ; checkOut=0
36    
 # cat << EOF > $HERE"/.cvspass"  
 # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  
 # EOF  
37  gcmDIR="MITgcm_$sfx"  gcmDIR="MITgcm_$sfx"
38  cd $TST_DIR  cd $TST_DIR
39  #- check for disk space:  #- check for disk space:

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22