/[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.5 by edhill, Fri Mar 4 00:12:23 2005 UTC revision 1.6 by jmc, Sun Dec 19 22:42:23 2010 UTC
# Line 6  Line 6 
6    
7    
8  FC=g77  FC=g77
9  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'  DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4 -DNML_EXTENDED_F77'
10  CPP='/usr/local/bin/cpp  -traditional -P'  CPP='/usr/local/bin/cpp  -traditional -P'
11  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
12    EXTENDED_SRC_FLAG='-ffixed-line-length-132'
13    GET_FC_VERSION="--version"
14  #EH3  Remove the buggy mkdep since the newly included cyrus version  #EH3  Remove the buggy mkdep since the newly included cyrus version
15  #EH3  works much better on machines such as "halem"  #EH3  works much better on machines such as "halem"
16  #EH3  MAKEDEPEND='mkdep -f depend.out'  #EH3  MAKEDEPEND='mkdep -f depend.out'
# Line 17  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) Line 19  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X)
19    
20  # netcdf  # netcdf
21  # DOES NOT (YET) WORK because the netcdf library installed on Halem  # DOES NOT (YET) WORK because the netcdf library installed on Halem
22  # was compiled with the "f77" compiler and the library is not  # was compiled with the "f77" compiler and the library is not
23  # compatible with g77 -- so we need to either build our own lib for  # compatible with g77 -- so we need to either build our own lib for
24  # g77 or ask the admins to do so.  # g77 or ask the admins to do so.
25  #   INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"  #   INCLUDES="$INCLUDES -I/usr/ulocal/stow/netcdf-3.5.1/include"
26  #   LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"  #   LIBS="-L/usr/ulocal/stow/netcdf-3.5.1/lib -lnetcdf"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22