35 |
cd MITgcm/verification |
cd MITgcm/verification |
36 |
|
|
37 |
echo "Running testreport using:" |
echo "Running testreport using:" |
38 |
comm="./testreport -adm $IEEE -a edhill@mitgcm.org" |
comm="./testreport -adm -a edhill@mitgcm.org" |
39 |
echo " \"$comm\"" |
echo " \"$comm\"" |
40 |
echo "======================" |
echo "======================" |
41 |
echo |
echo |
49 |
echo |
echo |
50 |
|
|
51 |
echo "Running testreport using:" |
echo "Running testreport using:" |
52 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org" |
comm="./testreport -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org" |
53 |
echo " \"$comm\"" |
echo " \"$comm\"" |
54 |
echo "======================" |
echo "======================" |
55 |
echo |
echo |
64 |
|
|
65 |
echo "Running testreport using:" |
echo "Running testreport using:" |
66 |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
export PGI=/usr/local/pkg/pgi/pgi-6.1-5 |
67 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org" |
comm="./testreport -match 10 -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org" |
68 |
echo " \"$comm\"" |
echo " \"$comm\"" |
69 |
echo "======================" |
echo "======================" |
70 |
echo |
echo |
78 |
echo |
echo |
79 |
|
|
80 |
echo "Running testreport using:" |
echo "Running testreport using:" |
81 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org" |
comm="./testreport -match 10 -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org" |
82 |
echo " \"$comm\"" |
echo " \"$comm\"" |
83 |
echo "======================" |
echo "======================" |
84 |
echo |
echo |
92 |
echo |
echo |
93 |
|
|
94 |
echo "Running testreport using:" |
echo "Running testreport using:" |
95 |
comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org" |
comm="./testreport -match 10 -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org" |
96 |
echo " \"$comm\"" |
echo " \"$comm\"" |
97 |
echo "======================" |
echo "======================" |
98 |
echo |
echo |
108 |
echo "Running testreport using:" |
echo "Running testreport using:" |
109 |
export OMP_NUM_THREADS=2 |
export OMP_NUM_THREADS=2 |
110 |
export KMP_STACKSIZE=400m |
export KMP_STACKSIZE=400m |
111 |
comm="./testreport -mth -of ../tools/build_options/linux_ia32_ifort.v9+mth -a edhill@mitgcm.org" |
comm="./testreport -mth -match 10 -of ../tools/build_options/linux_ia32_ifort.v9+mth -a edhill@mitgcm.org" |
112 |
echo " \"$comm\"" |
echo " \"$comm\"" |
113 |
echo "======================" |
echo "======================" |
114 |
echo |
echo |