/[MITgcm]/MITgcm/tools/build_options/linux_alpha_g77+mpi
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_alpha_g77+mpi

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

revision 1.3 by jmc, Sun Mar 21 22:22:52 2010 UTC revision 1.4 by jmc, Sun Dec 19 22:42:23 2010 UTC
# Line 4  Line 4 
4  # $Name$  # $Name$
5    
6  FC='g77'  FC='g77'
7  FOPTIM='-ffast-math -fexpensive-optimizations -fomit-frame-pointer -O3'  
8  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4 -DNML_EXTENDED_F77'
9    CPP='cpp  -traditional -P'
10    
11    EXTENDED_SRC_FLAG='-ffixed-line-length-132'
12    GET_FC_VERSION="--version"
13    
14  LIBS='-L/usr/local/lib/LINUX/ch_p4/ -lfmpich -lmpich'  LIBS='-L/usr/local/lib/LINUX/ch_p4/ -lfmpich -lmpich'
15  INCLUDES='-I/usr/local/include'  INCLUDES='-I/usr/local/include'
 CPP='cpp  -traditional -P'  
16    
17    #FOPTIM='-ffast-math -fexpensive-optimizations -fomit-frame-pointer -O3'
18    
19  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
20  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22