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

Contents of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth

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


Revision 1.5 - (show annotations) (download)
Fri Jan 25 15:17:20 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59q, checkpoint59p, checkpoint59o, checkpoint59n
Changes since 1.4: +20 -24 lines
- 1 less level in directory tree
- make scripts for various tests more similar.

1 #!/bin/bash
2 #
3 #PBS -q four-twelve
4 #PBS -N tst_mth
5 #PBS -l nodes=1:ppn=2
6 #PBS -e /home/jmc/test_ACES/output/tst_mth.stderr
7 #PBS -o /home/jmc/test_ACES/output/tst_mth.stdout
8
9 # $Header: /u/gcmpack/MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth,v 1.4 2007/12/06 03:32:12 jmc Exp $
10 # $Name: $
11
12 umask 0022
13 TST_DIR="/home/jmc/test_ACES/gcm_tests"
14 HERE='/home/jmc/test_ACES/output'
15 cd $HERE
16
17 if test -f /etc/profile.d/modules.sh ; then
18 . /etc/profile.d/modules.sh
19 fi
20
21 sfx='mth'
22 module add ifc/9.0.021 icc/9.0.021 intel/9.0
23 OPTFILE="../tools/build_options/linux_ia32_ifort.aces+mth"
24 options='-j 2 -mth -match 10'
25 export OMP_NUM_THREADS=2
26 export KMP_STACKSIZE=400m
27
28 # cat << EOF > $HERE"/.cvspass"
29 # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah<Zy=0=
30 # EOF
31 gcmDIR="MITgcm_$sfx"
32 cd $TST_DIR
33 if test -e $gcmDIR ; then
34 rm -rf $gcmDIR
35 fi
36 cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P -d $gcmDIR MITgcm > /dev/null 2>&1
37 # cvs co MITgcm
38 /usr/bin/find $gcmDIR -type d | xargs chmod g+rxs
39 /usr/bin/find $gcmDIR -type f | xargs chmod g+r
40
41 cd $gcmDIR/verification
42 echo ./testreport $options -of $OPTFILE -odir aces-$sfx
43 ./testreport $options -of $OPTFILE -odir aces-$sfx

  ViewVC Help
Powered by ViewVC 1.1.22