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

Diff of /MITgcm/tools/build_options/osf1_alpha_f77

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 16  CPP='/usr/bin/cpp -P' Line 16  CPP='/usr/bin/cpp -P'
16  #EH3  works much better on machines such as "halem"  #EH3  works much better on machines such as "halem"
17  #EH3  MAKEDEPEND='mkdep -f depend.out'  #EH3  MAKEDEPEND='mkdep -f depend.out'
18    
19    # netcdf
20    # Tested and works:  Wed Jul 21 11:55:34 EDT 2004
21    FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
22    INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
23    LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"
24    
25  FC='f77'  FC='f77'
26  LINK='f77'  LINK='f77'
27  FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'  FFLAGS='-convert big_endian -r8 -extend_source -automatic -call_shared -notransform_loops -align dcommons'

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

  ViewVC Help
Powered by ViewVC 1.1.22