| 57 |
( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 ) |
( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 ) |
| 58 |
fi |
fi |
| 59 |
set +x |
set +x |
| 60 |
|
if [ $gfort -eq 0 ] ; then |
| 61 |
|
echo ' remove all Makefile_syntax and do "cvs update -P -d"' >> tr_clean_$tt.log |
| 62 |
|
( cd MITgcm_$tt/verification ; rm -f */build/Makefile_syntax ) |
| 63 |
|
else |
| 64 |
|
echo ' run "cvs update -P -d"' >> tr_clean_$tt.log |
| 65 |
|
fi |
| 66 |
echo "" |
echo "" |
| 67 |
|
|
| 68 |
echo "==========================================================================" |
echo "==========================================================================" |