/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.9.2.8 by edhill, Sat Oct 4 02:10:52 2003 UTC revision 1.9.2.9 by edhill, Sat Oct 4 14:21:58 2003 UTC
# Line 11  usage() Line 11  usage()
11      echo "where possible OPTIONS are:"      echo "where possible OPTIONS are:"
12      echo "  (-help|-h)               print usage"      echo "  (-help|-h)               print usage"
13      echo "  (-mpi)                   use MPI input files"      echo "  (-mpi)                   use MPI input files"
14        echo "  (-ieee|-noieee)          if possible, use IEEE compiler flags"
15      echo "  (-optfile=|-of=)STRING   list of optfiles to use"      echo "  (-optfile=|-of=)STRING   list of optfiles to use"
16      echo "  (-a|-addr)STRING         list of email recipients"      echo "  (-a|-addr)STRING         list of email recipients"
17      echo "                             (DEF=\"edhill@mitgcm.org\")"      echo "                             (DEF=\"edhill@mitgcm.org\")"
# Line 191  genmakemodel() Line 192  genmakemodel()
192                  command="$command --optfile=$OPTFILE"                  command="$command --optfile=$OPTFILE"
193                  # echo "  command=\"$command\""                  # echo "  command=\"$command\""
194              fi              fi
195                if test "x$IEEE" != x ; then
196                    command="$command --ieee=$IEEE"
197                fi
198              $command > make.log 2>&1              $command > make.log 2>&1
199              RETVAL=$?              RETVAL=$?
200              for i in genmake_state genmake_optfile genmake_local Makefile ; do              for i in genmake_state genmake_optfile genmake_local Makefile ; do
# Line 388  $0 [-help] [-quick] [-verbose] dir1 [dir Line 392  $0 [-help] [-quick] [-verbose] dir1 [dir
392   -debug     Produce even more output which will mean nothing to most   -debug     Produce even more output which will mean nothing to most
393   -force     Do "make CLEAN" before compiling. This forces a complete rebuild.   -force     Do "make CLEAN" before compiling. This forces a complete rebuild.
394   -clean     Do "make CLEAN" after compiling and testing.   -clean     Do "make CLEAN" after compiling and testing.
  -noieee    By default, $0 uses the -ieee option for genmake. This turns it off.  
395   -cleanup   Aggresively removes all model output, executables and object files   -cleanup   Aggresively removes all model output, executables and object files
396              and then exits. Use with care.              and then exits. Use with care.
397    
# Line 421  clean=0 Line 424  clean=0
424  expts=''  expts=''
425  # ieee=1  # ieee=1
426    
427    IEEE=
428    if test "x$MITGCM_IEEE" != x ; then
429        IEEE=$MITGCM_IEEE
430    fi
431    
432    
433  CLEANUP=f  CLEANUP=f
434  QUICK=f  QUICK=f
435  NOGENMAKE=f  NOGENMAKE=f
# Line 498  for ac_option ; do Line 507  for ac_option ; do
507          -nodepend | --nodepend | -nd | --nd)          -nodepend | --nodepend | -nd | --nd)
508              NODEPEND=t ;;              NODEPEND=t ;;
509    
510          -mpi) MPI=t ;;          -mpi) MPI=true ;;
511    
512            -ieee) IEEE=true ;;
513            -noieee) IEEE= ;;
514    
515          -verbose) verbose=2 ;;          -verbose) verbose=2 ;;
516          -debug) debug=1 ;;          -debug) debug=1 ;;
517          -quiet) verbose=0 ;;          -quiet) verbose=0 ;;

Legend:
Removed from v.1.9.2.8  
changed lines
  Added in v.1.9.2.9

  ViewVC Help
Powered by ViewVC 1.1.22