/[MITgcm]/MITgcm/tools/example_scripts/csail/test_dickens
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/csail/test_dickens

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

revision 1.1 by jmc, Wed Mar 25 20:52:42 2009 UTC revision 1.2 by jmc, Sat Apr 4 17:49:41 2009 UTC
# Line 14  MC=10 Line 14  MC=10
14  checkOut=1  checkOut=1
15  sepDir=0  sepDir=0
16  #tst_list='adm g77 pgi gfo ifc mth'  #tst_list='adm g77 pgi gfo ifc mth'
17  tst_list='adm g77 gfo'  tst_list='adm g77 gfo mth'
18    
19  #  Turn off stack limit for FIZHI  #  Turn off stack limit for FIZHI
20  ulimit -s unlimited  #ulimit -s unlimited  <- this is the default
21    
22  tdir=$TESTDIR  tdir=$TESTDIR
23  if test $checkOut = '0' ; then  if test $checkOut = '0' ; then
# Line 76  do Line 76  do
76    'adm') OPTFILE='../tools/build_options/linux_amd64_gfortran' ;;    'adm') OPTFILE='../tools/build_options/linux_amd64_gfortran' ;;
77    'ifc') OPTFILE='../tools/build_options/linux_amd64_ifort' ;;    'ifc') OPTFILE='../tools/build_options/linux_amd64_ifort' ;;
78    'pgi') OPTFILE='../tools/build_options/linux_amd64_pgf77' ;;    'pgi') OPTFILE='../tools/build_options/linux_amd64_pgf77' ;;
79      'mth') OPTFILE='../tools/build_options/linux_amd64_gfortran+mth'
80             export GOMP_STACKSIZE=400m ;;
81     *) OPTFILE= ;;     *) OPTFILE= ;;
82   esac   esac
83    
# Line 183  do Line 185  do
185   then   then
186    
187    export OMP_NUM_THREADS=2    export OMP_NUM_THREADS=2
   export KMP_STACKSIZE=400m  
188    echo "Running testreport using:"    echo "Running testreport using:"
189    comm="./testreport -mth -match $MC -a jmc@mitgcm.org"    comm="./testreport -mth -match $MC -a jmc@mitgcm.org"
190    if test "x$OPTFILE" != x ; then    if test "x$OPTFILE" != x ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22