/[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.4 by edhill, Thu Mar 3 22:53:03 2005 UTC
# Line 13  NOOPTFLAGS='-O0' Line 13  NOOPTFLAGS='-O0'
13  #EH3  works much better on machines such as "halem"  #EH3  works much better on machines such as "halem"
14  #EH3  MAKEDEPEND='mkdep -f depend.out'  #EH3  MAKEDEPEND='mkdep -f depend.out'
15    
16    FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
17    
18  # netcdf  # netcdf
19  # LIBS="-lnetcdf"  # DOES NOT (YET) WORK because the netcdf library installed on Halem
20    # was compiled with the "f77" compiler and the library is not
21    # compatible with g77 -- so we need to either build our own lib for
22    # g77 or ask the admins to do so.
23    #   INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
24    #   LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
25    
26  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
27  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22