/[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.92 by edhill, Fri Jul 30 15:59:33 2004 UTC revision 1.95 by edhill, Thu Aug 5 16:04:32 2004 UTC
# Line 520  Usage: "$0" [OPTIONS] Line 520  Usage: "$0" [OPTIONS]
520            Include MPI header files and link to MPI libraries            Include MPI header files and link to MPI libraries
521      -mpi=PATH | --mpi=PATH      -mpi=PATH | --mpi=PATH
522            Include MPI header files and link to MPI libraries using MPI_ROOT            Include MPI header files and link to MPI libraries using MPI_ROOT
523            set to PATH. i.e. Include files from $PATH/include, link to libraries            set to PATH. i.e. Include files from \$PATH/include, link to libraries
524            from $PATH/lib and use binaries from $PATH/bin.            from \$PATH/lib and use binaries from \$PATH/bin.
525    
526      -bash NAME      -bash NAME
527            Explicitly specify the Bourne or BASH shell to use            Explicitly specify the Bourne or BASH shell to use
# Line 729  LN= Line 729  LN=
729  S64=  S64=
730  KPP=  KPP=
731  FC=  FC=
732  CC=  #CC=gcc
733  CPP=  CPP=
734  LINK=  LINK=
735  DEFINES=  DEFINES=
# Line 1138  EOF Line 1138  EOF
1138      exit 1      exit 1
1139  fi  fi
1140  if test "x$CC" = x ; then  if test "x$CC" = x ; then
1141      cat <<EOF 1>&2      CC=cc
1142    #     cat <<EOF 1>&2
1143  Error: no C compiler: please specify using one of the following:  # Error: no C compiler: please specify using one of the following:
1144    1) within the options file ("CC=...") as specified by "-of=OPTFILE"  #   1) within the options file ("CC=...") as specified by "-of=OPTFILE"
1145    2) the "-cc=XXX" command-line option  #   2) the "-cc=XXX" command-line option
1146    3) the "./genmake_local" file  #   3) the "./genmake_local" file
1147  EOF  # EOF
1148      exit 1  #     exit 1
1149  fi  fi
1150  if test "x$LINK" = x ; then  if test "x$LINK" = x ; then
1151      LINK=$FC      LINK=$FC
# Line 1850  MAKEDEPEND = ${MAKEDEPEND} Line 1850  MAKEDEPEND = ${MAKEDEPEND}
1850  # Special preprocessor (KAP on DECs, FPP on Crays)  # Special preprocessor (KAP on DECs, FPP on Crays)
1851  KPP = ${KPP}  KPP = ${KPP}
1852  # Fortran compiler  # Fortran compiler
1853  FC = ${FC} in  FC = ${FC}
1854  # Fortran compiler  # Fortran compiler
1855  F90C = ${F90C}  F90C = ${F90C}
1856  # C compiler  # C compiler

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.95

  ViewVC Help
Powered by ViewVC 1.1.22