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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_gnu_mpi

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

revision 1.7 by jmc, Thu Aug 28 18:35:42 2008 UTC revision 1.8 by jmc, Fri Apr 3 21:31:34 2009 UTC
# Line 17  cd $HERE Line 17  cd $HERE
17  if test -f /etc/profile.d/modules.sh ; then  if test -f /etc/profile.d/modules.sh ; then
18      . /etc/profile.d/modules.sh      . /etc/profile.d/modules.sh
19  fi  fi
20    # Note: added "ulimit -s unlimited" in file "~/.bashrc"
21    #   to pass big test (the 2 fizhi-cs-* test) with MPI
22    
23  sfx='gnu'  sfx='gnu'
24  module add mpich/$sfx  module add mpich/$sfx
# Line 72  else Line 74  else
74  fi  fi
75    
76  cd $gcmDIR/verification  cd $gcmDIR/verification
77  echo ./testreport $options -of $OPTFILE -command \"$EXE\" -odir aces-$sfx  # avoid hanging in fizhi-cs-32x32x40 (due to I/O problems with g77)
78  ./testreport $options -of $OPTFILE -command "$EXE" -odir aces-$sfx  echo ./testreport $options -of $OPTFILE -command \"$EXE\" -odir aces-$sfx \
79     -skd fizhi-cs-32x32x40
80    ./testreport $options -of $OPTFILE -command "$EXE" -odir aces-$sfx \
81     -skd fizhi-cs-32x32x40
82    

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

  ViewVC Help
Powered by ViewVC 1.1.22