/[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.1 by jmc, Tue Aug 7 18:24:43 2007 UTC revision 1.2 by jmc, Wed Aug 8 18:47:48 2007 UTC
# Line 17  if test -f /etc/profile.d/modules.sh ; t Line 17  if test -f /etc/profile.d/modules.sh ; t
17  fi  fi
18  module add mpich/gnu  module add mpich/gnu
19    
20    umask 0022
21  TST_DIR="/home/jmc/test_ACES/gcm_tests"  TST_DIR="/home/jmc/test_ACES/gcm_tests"
22  HERE='/home/jmc/test_ACES/output'  HERE='/home/jmc/test_ACES/output'
23  cd $HERE  cd $HERE
# Line 30  EXE="mpirun -machinefile $MF -v -np $NCP Line 31  EXE="mpirun -machinefile $MF -v -np $NCP
31  # cat << EOF > $HERE"/.cvspass"  # cat << EOF > $HERE"/.cvspass"
32  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=
33  # EOF  # EOF
 umask 0022  
34  tmpDIR=${TST_DIR}"/tmp_gnu"  tmpDIR=${TST_DIR}"/tmp_gnu"
35  if test -e $tmpDIR ; then  if test -e $tmpDIR ; then
36      rm -rf $tmpDIR      rm -rf $tmpDIR

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22