/[MITgcm]/MITgcm/tools/example_scripts/faulks/test_lcs_fc5
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/faulks/test_lcs_fc5

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

revision 1.8 by jmc, Fri Sep 1 21:22:56 2006 UTC revision 1.9 by jmc, Mon Nov 20 20:14:14 2006 UTC
# Line 32  cvs co MITgcm > /dev/null 2>&1 Line 32  cvs co MITgcm > /dev/null 2>&1
32  echo "  done"  echo "  done"
33  cd MITgcm/verification  cd MITgcm/verification
34    
   
35  echo "Running testreport using:"  echo "Running testreport using:"
36  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org"  comm="./testreport -adm $IEEE -a edhill@mitgcm.org"
37  echo "  \"$comm\""  echo "  \"$comm\""
38  echo "======================"  echo "======================"
39  echo  echo
# Line 48  echo "======================" Line 47  echo "======================"
47  echo  echo
48    
49  echo "Running testreport using:"  echo "Running testreport using:"
50  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org"  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_g77 -a edhill@mitgcm.org"
51  echo "  \"$comm\""  echo "  \"$comm\""
52  echo "======================"  echo "======================"
53  echo  echo
# Line 62  echo "======================" Line 61  echo "======================"
61  echo  echo
62    
63  echo "Running testreport using:"  echo "Running testreport using:"
64  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org"  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_gfortran -a edhill@mitgcm.org"
65  echo "  \"$comm\""  echo "  \"$comm\""
66  echo "======================"  echo "======================"
67  echo  echo
# Line 76  echo "======================" Line 75  echo "======================"
75  echo  echo
76    
77  echo "Running testreport using:"  echo "Running testreport using:"
78  export PGI=/usr/local/pkg/pgi/pgi-6.1-5  comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_ifort+authors_v9 -a edhill@mitgcm.org"
 comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org"  
79  echo "  \"$comm\""  echo "  \"$comm\""
80  echo "======================"  echo "======================"
81  echo  echo
# Line 91  echo "======================" Line 89  echo "======================"
89  echo  echo
90    
91  echo "Running testreport using:"  echo "Running testreport using:"
92  comm="./testreport -adm $IEEE -a edhill@mitgcm.org"  export PGI=/usr/local/pkg/pgi/pgi-6.1-5
93    comm="./testreport $IEEE -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a edhill@mitgcm.org"
94  echo "  \"$comm\""  echo "  \"$comm\""
95  echo "======================"  echo "======================"
96  echo  echo
97  $comm | tail -100  $comm | tail -100
98    
99  # skip clean since there is no overlap between AD and MTH tests  echo
100    echo "======================"
101    echo "Cleaning test directories:"
102    ./testreport -clean > /dev/null 2>&1
103    echo "======================"
104    echo
105    
106  echo "Running testreport using:"  echo "Running testreport using:"
107  export OMP_NUM_THREADS=2  export OMP_NUM_THREADS=2
108  export KMP_STACKSIZE=400m  export KMP_STACKSIZE=400m

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22