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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth

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

revision 1.15 by jmc, Wed Aug 17 20:45:35 2011 UTC revision 1.16 by jmc, Thu Sep 1 23:05:08 2011 UTC
# Line 24  HERE=$TST_DIR/output Line 24  HERE=$TST_DIR/output
24  #cd $HERE  #cd $HERE
25    
26  sfx='mth'  sfx='mth'
27  module add ifc/9.0.021 icc/9.0.021 intel/9.0   module add ifc/9.0.021 icc/9.0.021 intel/9.0
28  OPTFILE="../tools/build_options/linux_ia32_ifort.aces"   OPTFILE="../tools/build_options/linux_ia32_ifort.aces"
29  options='-j 2 -mth -match 10'   options='-j 2 -mth -match 10'
30  export OMP_NUM_THREADS=2   export OMP_NUM_THREADS=2
31  export KMP_STACKSIZE=400m   export KMP_STACKSIZE=400m
32    
33    #- keep a copy of MPI_MFILE:
34    cp -p $PBS_NODEFILE $HERE"/mf_"$sfx
35    
36  checkOut=1  checkOut=1
37  #options="$options -nc" ; checkOut=0  #options="$options -nc" ; checkOut=0
# Line 51  if [ $checkOut -eq 1 ] ; then Line 54  if [ $checkOut -eq 1 ] ; then
54      ( 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
55      RETVAL=$?      RETVAL=$?
56      if test "x$RETVAL" != x0 ; then      if test "x$RETVAL" != x0 ; then
57         echo " cvs update fail (return val=$RETVAL) => exit"         echo "cvs update on '"`hostname`"' fail (return val=$RETVAL) => exit"
58         exit         exit
59      fi      fi
60    else    else
# Line 75  if test -e $gcmDIR/verification ; then Line 78  if test -e $gcmDIR/verification ; then
78      echo " dir $gcmDIR/verification exist" ; fi      echo " dir $gcmDIR/verification exist" ; fi
79    cd $gcmDIR/verification    cd $gcmDIR/verification
80  else  else
81    echo "no dir $gcmDIR/verification => exit"    echo "no dir: $gcmDIR/verification => exit"
82    exit    exit
83  fi  fi
84    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22