| 46 |
export OMP_NUM_THREADS=2 |
export OMP_NUM_THREADS=2 |
| 47 |
export KMP_STACKSIZE=400m |
export KMP_STACKSIZE=400m |
| 48 |
|
|
| 49 |
testreport -MPI 2 -mth -of ../../linux_amd64_ifort+mpi_chk \ |
testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11 \ |
| 50 |
-command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
-devel -command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
| 51 |
-a jmc@mitgcm.org -nc > ../../tr_run_$tt.log 2>&1 |
-a jmc@mitgcm.org -nc > ../../tr_run_$tt.log 2>&1 |
| 52 |
|
|
| 53 |
#unset echo |
#unset echo |
| 62 |
|
|
| 63 |
if test $tt = 'ur4' ; then |
if test $tt = 'ur4' ; then |
| 64 |
|
|
| 65 |
testreport -MPI 3 -ur4 -of ../../linux_amd64_ifort+mpi_chk \ |
if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi |
|
-nc -dd -nr > ../../tr_run_$tt.log 2>&1 |
|
| 66 |
|
|
| 67 |
set +x |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \ |
| 68 |
echo '' ; echo ' remove */build/*.o */mitgcmuv' |
-devel -nc -ef -syntax-only -obj -dd > ../../tr_run_$tt.log 2>&1 |
| 69 |
/bin/rm -f */build/*.o |
|
| 70 |
/bin/rm -f */build/mitgcmuv |
testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \ |
| 71 |
echo '' |
-devel -nc -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
| 72 |
set -x |
-a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1 |
|
|
|
|
testreport -MPI 3 -ur4 -of ../../linux_amd64_ifort+mpi_chk \ |
|
|
-match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \ |
|
|
-a jmc@mitgcm.org -q >> ../../tr_run_$tt.log 2>&1 |
|
| 73 |
|
|
| 74 |
sed -n "/ email /,$ p" ../../tr_run_$tt.log |
sed -n "/ email /,$ p" ../../tr_run_$tt.log |
| 75 |
|
|