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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_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, Mon Sep 17 18:48:04 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/intel  module add mpich/intel
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
24    
25    MC=10
26  FC=ifort  FC=ifort
27  MF=$HERE"/mf_"$FC  MF=$HERE"/mf_"$FC
28  cat $PBS_NODEFILE | sort | uniq > $MF  cat $PBS_NODEFILE | sort | uniq > $MF
# Line 30  EXE="mpirun -machinefile $MF -v -np $NCP Line 32  EXE="mpirun -machinefile $MF -v -np $NCP
32  # cat << EOF > $HERE"/.cvspass"  # cat << EOF > $HERE"/.cvspass"
33  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=
34  # EOF  # EOF
 umask 0022  
35  tmpDIR=${TST_DIR}"/tmp_ifc"  tmpDIR=${TST_DIR}"/tmp_ifc"
36  if test -e $tmpDIR ; then  if test -e $tmpDIR ; then
37      rm -rf $tmpDIR      rm -rf $tmpDIR
# Line 44  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc Line 45  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc
45    
46  cd MITgcm/verification  cd MITgcm/verification
47  OPTFILE="../tools/build_options/linux_ia32_"$FC"+mpi_aces"  OPTFILE="../tools/build_options/linux_ia32_"$FC"+mpi_aces"
48  # ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE" -a 'edhill@mitgcm.org'  echo ./testreport -j 2 -mpi -match $MC -of $OPTFILE -command "$EXE"
49  echo ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE"  ./testreport -j 2 -mpi -match $MC -of $OPTFILE -command "$EXE"
 ./testreport -j 2 -mpi -of $OPTFILE -command "$EXE"  
50    

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

  ViewVC Help
Powered by ViewVC 1.1.22