/[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.3 by jmc, Thu Dec 6 03:32:12 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #PBS -q long  #PBS -q four-twelve
4  #PBS -N tst_gnu  #PBS -N tst_gnu
5  #PBS -l nodes=2:ppn=2  #PBS -l nodes=2:ppn=2
6  #PBS -e /home/jmc/test_ACES/output/tst_gnu.stderr  #PBS -e /home/jmc/test_ACES/output/tst_gnu.stderr
# 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
# Line 45  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc Line 45  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc
45  cd MITgcm/verification  cd MITgcm/verification
46  OPTFILE="../tools/build_options/linux_ia32_"$FC"+mpi_aces"  OPTFILE="../tools/build_options/linux_ia32_"$FC"+mpi_aces"
47  # ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE" -a 'edhill@mitgcm.org'  # ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE" -a 'edhill@mitgcm.org'
48  echo ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE"  echo ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE" -odir aces-gnu
49  ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE"  ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE" -odir aces-gnu
50    

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

  ViewVC Help
Powered by ViewVC 1.1.22