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

Diff of /MITgcm/tools/example_scripts/faulks/test_csail_fc5

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

revision 1.5 by jmc, Fri Nov 30 17:05:50 2007 UTC revision 1.6 by jmc, Thu Sep 11 15:02:06 2008 UTC
# Line 71  echo Line 71  echo
71    
72  echo "Running testreport using:"  echo "Running testreport using:"
73  export PGI=/usr/local/pkg/pgi/pgi-6.1-5  export PGI=/usr/local/pkg/pgi/pgi-6.1-5
74  comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a jmc@mitgcm.org"  comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -dd"
75  echo "  \"$comm\""  echo "  \"$comm\""
76  echo "======================"  echo "======================"
77  echo  echo
78  $comm > $tdir/output_pgi 2>&1  $comm > $tdir/output_pgi_1 2>&1
79  tail -100 $tdir/output_pgi  tail -100 $tdir/output_pgi_1
80    #- run 2 times to increase chances to catch pgi licence
81    comm="./testreport -match $MC -of ../tools/build_options/linux_ia32_pgf77+authors_fc5 -a jmc@mitgcm.org -q"
82    echo "  \"$comm\""
83    echo "======================"
84    echo
85    $comm > $tdir/output_pgi_2 2>&1
86    tail -100 $tdir/output_pgi_2
87    
88    echo
89    
90  echo  echo
91  echo "======================"  echo "======================"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22