39 |
cd MITgcm/verification |
cd MITgcm/verification |
40 |
|
|
41 |
echo "Running testreport using:" |
echo "Running testreport using:" |
42 |
comm="./testreport -adm -a edhill@mitgcm.org" |
comm="./testreport -adm -a jmc@mitgcm.org" |
43 |
echo " \"$comm\"" |
echo " \"$comm\"" |
44 |
echo "======================" |
echo "======================" |
45 |
echo |
echo |
55 |
echo |
echo |
56 |
|
|
57 |
echo "Running testreport using:" |
echo "Running testreport using:" |
58 |
comm="./testreport -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org" |
comm="./testreport -of ../tools/build_options/linux_ia32_g77 -a jmc@mitgcm.org" |
59 |
echo " \"$comm\"" |
echo " \"$comm\"" |
60 |
echo "======================" |
echo "======================" |
61 |
echo |
echo |
71 |
|
|
72 |
echo "Running testreport using:" |
echo "Running testreport using:" |
73 |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
74 |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org" |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a jmc@mitgcm.org" |
75 |
echo " \"$comm\"" |
echo " \"$comm\"" |
76 |
echo "======================" |
echo "======================" |
77 |
echo |
echo |
86 |
echo |
echo |
87 |
|
|
88 |
echo "Running testreport using:" |
echo "Running testreport using:" |
89 |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org" |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_gfortran -a jmc@mitgcm.org" |
90 |
echo " \"$comm\"" |
echo " \"$comm\"" |
91 |
echo "======================" |
echo "======================" |
92 |
echo |
echo |
101 |
echo |
echo |
102 |
|
|
103 |
echo "Running testreport using:" |
echo "Running testreport using:" |
104 |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org" |
comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a jmc@mitgcm.org" |
105 |
echo " \"$comm\"" |
echo " \"$comm\"" |
106 |
echo "======================" |
echo "======================" |
107 |
echo |
echo |
118 |
echo "Running testreport using:" |
echo "Running testreport using:" |
119 |
export OMP_NUM_THREADS=2 |
export OMP_NUM_THREADS=2 |
120 |
export KMP_STACKSIZE=400m |
export KMP_STACKSIZE=400m |
121 |
comm="./testreport -mth -match $MC -of ../tools/build_options/linux_ia32_ifort.v9+mth -a edhill@mitgcm.org" |
comm="./testreport -mth -match $MC -of ../tools/build_options/linux_ia32_ifort.v9+mth -a jmc@mitgcm.org" |
122 |
echo " \"$comm\"" |
echo " \"$comm\"" |
123 |
echo "======================" |
echo "======================" |
124 |
echo |
echo |