| 63 |
if test $tt = 'ur4' ; then |
if test $tt = 'ur4' ; then |
| 64 |
|
|
| 65 |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \ |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \ |
| 66 |
-devel -nc -dd -nr > ../../tr_run_$tt.log 2>&1 |
-devel -nc -ef -syntax-only -obj -dd > ../../tr_run_$tt.log 2>&1 |
|
|
|
|
set +x |
|
|
echo '' ; echo ' remove */build/*.o */mitgcmuv' |
|
|
/bin/rm -f */build/*.o |
|
|
/bin/rm -f */build/mitgcmuv |
|
|
echo '' |
|
|
set -x |
|
| 67 |
|
|
| 68 |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \ |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \ |
| 69 |
-devel -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
-devel -nc -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
| 70 |
-a jmc@mitgcm.org -q >> ../../tr_run_$tt.log 2>&1 |
-a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1 |
| 71 |
|
|
| 72 |
sed -n "/ email /,$ p" ../../tr_run_$tt.log |
sed -n "/ email /,$ p" ../../tr_run_$tt.log |
| 73 |
|
|