/[MITgcm]/MITgcm_contrib/test_scripts/other/testing_loc
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/other/testing_loc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by jmc, Wed Apr 27 21:26:07 2011 UTC revision 1.4 by jmc, Wed Aug 3 22:52:47 2011 UTC
# Line 3  Line 3 
3  # $Header$  # $Header$
4  # $Name$  # $Name$
5    
6  echo 'source ~jmc/bin/intel_64.csh'  #echo 'source ~jmc/bin/intel_v11.sh'
7  source ~jmc/bin/intel_64.sh  #source ~jmc/bin/intel_v11.sh
8     echo 'source ~jmc/bin/intel_v12.sh'
9     source ~jmc/bin/intel_v12.sh
10  tst_list='mp2 ur4'  tst_list='mp2 ur4'
11  #tst_list='ur4'  #tst_list='ur4'
12  #tst_list='mp2'  #tst_list='mp2'
# Line 44  if test $tt = 'mp2' ; then Line 46  if test $tt = 'mp2' ; then
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 ../tools/build_options/linux_amd64_ifort+mpi_loc \    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \
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
# Line 60  fi Line 62  fi
62    
63  if test $tt = 'ur4' ; then  if test $tt = 'ur4' ; then
64    
65    testreport -MPI 3 -ur4 -of ../../linux_amd64_ifort+mpi_chk \    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \
66     -nc -dd -nr > ../../tr_run_$tt.log 2>&1     -devel -nc -ef -syntax-only -obj -dd > ../../tr_run_$tt.log 2>&1
67    
68    set +x    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11+mpi_generic \
69    echo '' ; echo ' remove */build/*.o */mitgcmuv'     -devel -nc -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \
70    /bin/rm -f */build/*.o     -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
   /bin/rm -f */build/mitgcmuv  
   echo ''  
   set -x  
   
   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  
71    
72    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,$ p" ../../tr_run_$tt.log
73    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22