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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_adm_mpi

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

revision 1.3 by jmc, Mon Jun 15 02:32:22 2009 UTC revision 1.4 by jmc, Tue Jun 16 21:32:22 2009 UTC
# Line 9  Line 9 
9  # $Header$  # $Header$
10  # $Name$  # $Name$
11    
 umask 0022  
 TST_DIR="/home/jmc/test_ACES/gcm_tests"  
 HERE='/home/jmc/test_ACES/output'  
 #cd $HERE  
   
12  if test -f /etc/profile.d/modules.sh ; then  if test -f /etc/profile.d/modules.sh ; then
13      . /etc/profile.d/modules.sh      . /etc/profile.d/modules.sh
14  fi  fi
15  # Note: added "ulimit -s unlimited" in file "~/.bashrc"  # Note: added "ulimit -s unlimited" in file "~/.bashrc"
16  #   to pass big test (the 2 fizhi-cs-* test & adjoint tests) with MPI  # to pass big test (the 2 fizhi-cs-* test & adjoint tests) with MPI
17    
18    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"
23    HERE='/home/jmc/test_ACES/output'
24    #cd $HERE
25    
26  sfx='adm'  sfx='adm'
27  module add mpich/intel  module add mpich/intel

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22