/[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.9 by jmc, Tue Jun 16 21:32:22 2009 UTC revision 1.13 by jmc, Thu May 20 19:22:30 2010 UTC
# Line 19  umask 0022 Line 19  umask 0022
19  #- to get case insensitive "ls" (and order of tested experiments)  #- to get case insensitive "ls" (and order of tested experiments)
20  export LC_ALL="en_US.UTF-8"  export LC_ALL="en_US.UTF-8"
21    
22    TST_DIR="/home/jmc/test_ACES"
23    HERE=$TST_DIR/output
24    #cd $HERE
25    
26  sfx='gnu'  sfx='gnu'
27  module add mpich/$sfx  module add mpich/$sfx
28  OPTFILE="../tools/build_options/linux_ia32_g77+mpi_aces"  OPTFILE="../tools/build_options/linux_ia32_g77+mpi_aces"
# Line 44  if [ $dsp -gt 99 ] ; then Line 48  if [ $dsp -gt 99 ] ; then
48  fi  fi
49  if [ $checkOut -eq 1 ] ; then  if [ $checkOut -eq 1 ] ; then
50    if test -d $gcmDIR/CVS ; then    if test -d $gcmDIR/CVS ; then
51        /bin/rm -rf $gcmDIR/verification/??_aces-${sfx}_????????_?
52    #   ( cd $gcmDIR/verification ; ../tools/do_tst_2+2 -clean )
53      echo "cvs update of dir $gcmDIR :"      echo "cvs update of dir $gcmDIR :"
54      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d )      ( cd $gcmDIR ; cvs -q -d :pserver:cvsanon@mitgcm.org:/u/gcmpack update -P -d ) 2>&1
     /bin/rm -rf $gcmDIR/verification/tr_aces-${sfx}_????????_?  
55    else    else
56      echo "no dir: $gcmDIR/CVS => try a fresh check-out"      echo "no dir: $gcmDIR/CVS => try a fresh check-out"
57      checkOut=2      checkOut=2

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22