/[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.2 by ce107, Thu Sep 20 21:11:55 2007 UTC revision 1.3 by jmc, Sun Mar 21 22:22:53 2010 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #  $Header$  # $Header$
4  #  # $Name$
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_ppc_xlf  #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf
9    
   
10  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
11  MAKEDEPEND=makedepend  MAKEDEPEND=makedepend
12  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'  DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
# Line 16  CPP='/lib/cpp -traditional -P' Line 15  CPP='/lib/cpp -traditional -P'
15  FC='xlf -q32'  FC='xlf -q32'
16  CC='xlc -q32'  CC='xlc -q32'
17  LINK='xlf -q32'  LINK='xlf -q32'
18  LIBS=''  LIBS=''
19  FFLAGS='-qfixed=132'  FFLAGS='-qfixed=132'
20  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
21      #  No need for IEEE-754      #  No need for IEEE-754

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

  ViewVC Help
Powered by ViewVC 1.1.22