/[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.1 by jmc, Tue Aug 7 18:24:43 2007 UTC revision 1.2 by jmc, Wed Aug 8 18:47:48 2007 UTC
# Line 19  module add ifc/9.0.021 icc/9.0.021 intel Line 19  module add ifc/9.0.021 icc/9.0.021 intel
19  export OMP_NUM_THREADS=2  export OMP_NUM_THREADS=2
20  export KMP_STACKSIZE=400m  export KMP_STACKSIZE=400m
21    
22    umask 0022
23  TST_DIR="/home/jmc/test_ACES/gcm_tests"  TST_DIR="/home/jmc/test_ACES/gcm_tests"
24  HERE='/home/jmc/test_ACES/output'  HERE='/home/jmc/test_ACES/output'
25  cd $HERE  cd $HERE
# Line 28  FC=ifort Line 29  FC=ifort
29  # cat << EOF > $HERE"/.cvspass"  # cat << EOF > $HERE"/.cvspass"
30  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=  # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=
31  # EOF  # EOF
 umask 0022  
32  tmpDIR=${TST_DIR}"/tmp_mth"  tmpDIR=${TST_DIR}"/tmp_mth"
33  if test -e $tmpDIR ; then  if test -e $tmpDIR ; then
34      rm -rf $tmpDIR      rm -rf $tmpDIR

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

  ViewVC Help
Powered by ViewVC 1.1.22