/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

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

revision 1.11.2.10 by edhill, Fri Oct 3 19:49:06 2003 UTC revision 1.11.2.11 by edhill, Sat Oct 4 13:56:40 2003 UTC
# Line 327  EXECUTABLE= Line 327  EXECUTABLE=
327  EXEHOOK=  EXEHOOK=
328  EXEDIR=  EXEDIR=
329  PACKAGES_CONF=  PACKAGES_CONF=
330    if test "x$MITGCM_IEEE" != x ; then
331        IEEE=$MITGCM_IEEE
332    fi
333    
334  #  The following state can be set directly by command-line switches  #  The following state can be set directly by command-line switches
335  gm_s1="OPTFILE PDEPEND PDEFAULT MAKEFILE PLATFORM ROOTDIR MODS DISABLE ENABLE NOOPT"  gm_s1="OPTFILE PDEPEND PDEFAULT MAKEFILE PLATFORM ROOTDIR MODS DISABLE ENABLE NOOPT"
# Line 462  for ac_option ; do Line 465  for ac_option ; do
465              FC=$ac_optarg ;;              FC=$ac_optarg ;;
466                    
467          -ieee | --ieee)          -ieee | --ieee)
468              IEEE=1 ;;              IEEE=true ;;
469          -noieee | --noieee)          -noieee | --noieee)
470              IEEE=0 ;;              IEEE= ;;
471                    
472          -mpi | --mpi)          -mpi | --mpi)
473              MPI=1 ;;              MPI=true ;;
474          -nompi | --nompi)          -nompi | --nompi)
475              MPI=0 ;;              MPI= ;;
476                    
477          -jam | --jam)          -jam | --jam)
478              JAM=1 ;;              JAM=1 ;;

Legend:
Removed from v.1.11.2.10  
changed lines
  Added in v.1.11.2.11

  ViewVC Help
Powered by ViewVC 1.1.22