32 |
echo " done" |
echo " done" |
33 |
cd MITgcm/verification |
cd MITgcm/verification |
34 |
|
|
|
|
|
35 |
echo "Running testreport using:" |
echo "Running testreport using:" |
36 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org" |
comm="./testreport -adm $IEEE -a edhill@mitgcm.org" |
37 |
echo " \"$comm\"" |
echo " \"$comm\"" |
38 |
echo "======================" |
echo "======================" |
39 |
echo |
echo |
47 |
echo |
echo |
48 |
|
|
49 |
echo "Running testreport using:" |
echo "Running testreport using:" |
50 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org" |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org" |
51 |
echo " \"$comm\"" |
echo " \"$comm\"" |
52 |
echo "======================" |
echo "======================" |
53 |
echo |
echo |
61 |
echo |
echo |
62 |
|
|
63 |
echo "Running testreport using:" |
echo "Running testreport using:" |
64 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org" |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org" |
65 |
echo " \"$comm\"" |
echo " \"$comm\"" |
66 |
echo "======================" |
echo "======================" |
67 |
echo |
echo |
75 |
echo |
echo |
76 |
|
|
77 |
echo "Running testreport using:" |
echo "Running testreport using:" |
78 |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org" |
|
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org" |
|
79 |
echo " \"$comm\"" |
echo " \"$comm\"" |
80 |
echo "======================" |
echo "======================" |
81 |
echo |
echo |
89 |
echo |
echo |
90 |
|
|
91 |
echo "Running testreport using:" |
echo "Running testreport using:" |
92 |
comm="./testreport -adm $IEEE -a edhill@mitgcm.org" |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
93 |
|
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org" |
94 |
echo " \"$comm\"" |
echo " \"$comm\"" |
95 |
echo "======================" |
echo "======================" |
96 |
echo |
echo |
97 |
$comm | tail -100 |
$comm | tail -100 |
98 |
|
|
99 |
# skip clean since there is no overlap between AD and MTH tests |
echo |
100 |
|
echo "======================" |
101 |
|
echo "Cleaning test directories:" |
102 |
|
./testreport -clean > /dev/null 2>&1 |
103 |
|
echo "======================" |
104 |
|
echo |
105 |
|
|
106 |
echo "Running testreport using:" |
echo "Running testreport using:" |
107 |
export OMP_NUM_THREADS=2 |
export OMP_NUM_THREADS=2 |
108 |
export KMP_STACKSIZE=400m |
export KMP_STACKSIZE=400m |