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

Diff of /MITgcm/tools/build_options/linux_ppc_xlf

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

revision 1.1 by ce107, Tue Jul 31 22:24:51 2007 UTC revision 1.2 by ce107, Thu Sep 20 21:11:55 2007 UTC
# Line 5  Line 5 
5    
6  #  tested on frost, ce107 Aug 4 2005  #  tested on frost, ce107 Aug 4 2005
7  #  using the following invocation:  #  using the following invocation:
8  #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc64_xlf  #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf
9    
10    
11  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
# Line 13  MAKEDEPEND=makedepend Line 13  MAKEDEPEND=makedepend
13  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
14  INCLUDES=''  INCLUDES=''
15  CPP='/lib/cpp -traditional -P'  CPP='/lib/cpp -traditional -P'
16  FC='xlf'  FC='xlf -q32'
17  CC='xlc'  CC='xlc -q32'
18  LINK='xlf'  LINK='xlf -q32'
19  LIBS=''  LIBS=''
20  FFLAGS='-qfixed=132'  FFLAGS='-qfixed=132'
21  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22