/[MITgcm]/MITgcm/tools/build_options/osf1_alpha_g77
ViewVC logotype

Diff of /MITgcm/tools/build_options/osf1_alpha_g77

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

revision 1.2 by edhill, Sat Jul 17 02:05:34 2004 UTC revision 1.3 by edhill, Wed Jul 21 16:34:47 2004 UTC
# Line 14  NOOPTFLAGS='-O0' Line 14  NOOPTFLAGS='-O0'
14  #EH3  MAKEDEPEND='mkdep -f depend.out'  #EH3  MAKEDEPEND='mkdep -f depend.out'
15    
16  # netcdf  # netcdf
17  # LIBS="-lnetcdf"  # DOES NOT (YET) WORK because the netcdf library installed on Halem
18    # was compiled with the "f77" compiler and the library is not
19    # compatible with g77 -- so we need to either build our own lib for
20    # g77 or ask the admins to do so.
21    #   INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
22    #   LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
23    
24  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
25  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22