| 13 |
dd1=`date +%d -d "1 day"` |
dd1=`date +%d -d "1 day"` |
| 14 |
# if test $dd1 != '01' ; then echo 'not last day of month'; exit ; fi |
# if test $dd1 != '01' ; then echo 'not last day of month'; exit ; fi |
| 15 |
elif test $1 = gfort ; then |
elif test $1 = gfort ; then |
| 16 |
tst_list='gadm gads gad4 gmp4 gmp2 gfo gfo4 g77 g7a' |
tst_list='gadm gads gad4 gmp4 gmp2 gfo gfo4' |
| 17 |
|
# tst_list="$tst_list g77 g7a" |
| 18 |
elif test $1 = gfor8 ; then |
elif test $1 = gfor8 ; then |
| 19 |
# tst_list='gadm gads gmp2 gmpi gfo g77' |
# tst_list='gadm gads gmp2 gmpi gfo g77' |
| 20 |
tst_list='gadm gads gmp2 gfo' |
tst_list='gadm gads gmp2 gfo' |
| 239 |
'g7a') |
'g7a') |
| 240 |
|
|
| 241 |
./testreport -adm -of ../tools/build_options/linux_amd64_g77 \ |
./testreport -adm -of ../tools/build_options/linux_amd64_g77 \ |
| 242 |
|
-skd 'halfpipe_streamice' \ |
| 243 |
-nc $sendCmd >> ../../tr_run_$tt.log 2>&1 |
-nc $sendCmd >> ../../tr_run_$tt.log 2>&1 |
| 244 |
|
|
| 245 |
sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log |
sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log |
| 316 |
'g77') |
'g77') |
| 317 |
|
|
| 318 |
./testreport -of ../tools/build_options/linux_amd64_g77 \ |
./testreport -of ../tools/build_options/linux_amd64_g77 \ |
| 319 |
-skd 'fizhi-cs-32x32x40 fizhi-cs-aqualev20' \ |
-skd 'fizhi-cs-32x32x40 fizhi-cs-aqualev20 halfpipe_streamice internal_wave tutorial_advection_in_gyre' \ |
| 320 |
-nc $sendCmd >> ../../tr_run_$tt.log 2>&1 |
-nc $sendCmd >> ../../tr_run_$tt.log 2>&1 |
| 321 |
|
|
| 322 |
sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log |
sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log |