/[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.18 by jmc, Wed Aug 17 20:45:35 2011 UTC revision 1.20 by jmc, Thu Sep 8 13:39:59 2011 UTC
# Line 28  HERE=$TST_DIR/output Line 28  HERE=$TST_DIR/output
28  sfx='ifc'  sfx='ifc'
29   module add mpich/intel   module add mpich/intel
30   module add netcdf/3.6.1/icc   module add netcdf/3.6.1/icc
31   export MPI_INC_DIR='/usr/local/pkg/mpich/mpich-intel/include/'   export MPI_INC_DIR='/usr/local/pkg/mpich/mpich-intel/include'
32   OPTFILE="../tools/build_options/linux_ia32_ifort+mpi_aces"   OPTFILE="../tools/build_options/linux_ia32_ifort"
33  #OPTFILE="$HERE/linux_ia32_ifort+mpi_aces"  #OPTFILE="$HERE/linux_ia32_ifort+mpi_aces"
34   options="-j 2 -MPI 6 -mf $PBS_NODEFILE"   options="-j 2 -MPI 6 -mf $PBS_NODEFILE -devel"
35   EXE="mpirun -machinefile TR_MFILE -v -np TR_NPROC ./mitgcmuv"   EXE="mpirun -machinefile TR_MFILE -v -np TR_NPROC ./mitgcmuv"
36    
37  #- keep a copy of MPI_MFILE:  #- keep a copy of MPI_MFILE:
# Line 58  if [ $checkOut -eq 1 ] ; then Line 58  if [ $checkOut -eq 1 ] ; then
58      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d ) 2>&1      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d ) 2>&1
59      RETVAL=$?      RETVAL=$?
60      if test "x$RETVAL" != x0 ; then      if test "x$RETVAL" != x0 ; then
61         echo " cvs update fail (return val=$RETVAL) => exit"         echo "cvs update on '"`hostname`"' fail (return val=$RETVAL) => exit"
62         exit         exit
63      fi      fi
64    else    else
# Line 82  if test -e $gcmDIR/verification ; then Line 82  if test -e $gcmDIR/verification ; then
82      echo " dir $gcmDIR/verification exist" ; fi      echo " dir $gcmDIR/verification exist" ; fi
83    cd $gcmDIR/verification    cd $gcmDIR/verification
84  else  else
85    echo "no dir $gcmDIR/verification => exit"    echo "no dir: $gcmDIR/verification => exit"
86    exit    exit
87  fi  fi
88    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22