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

Diff of /MITgcm/tools/build_options/linux_ppc_xlf_bigred

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

revision 1.1 by ce107, Thu Sep 20 21:10:51 2007 UTC revision 1.2 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 Big Red, ce107 Aug 30 2007  #  tested on Big Red, ce107 Aug 30 2007
7  #  using the following invocation:  #  using the following invocation:
8  #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf_bigred  #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf_bigred
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='-L/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-32/lib -lnetcdf'  LIBS='-L/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-32/lib -lnetcdf'
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.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22