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

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

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

revision 1.1 by heimbach, Tue Jun 27 11:23:43 2006 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 bluevista, ce107 Feb 2006  #  tested on bluevista, ce107 Feb 2006
7  #  using the following invocation:  #  using the following invocation:
# Line 17  INCLUDES='-I/usr/lpp/ppe.poe/include/thr Line 17  INCLUDES='-I/usr/lpp/ppe.poe/include/thr
17  CPP='/lib/cpp -P'  CPP='/lib/cpp -P'
18  # The -q64 is redundant on bluevista, default mode is 64bit  # The -q64 is redundant on bluevista, default mode is 64bit
19  CC='mpcc_r -q64'  CC='mpcc_r -q64'
20  FC='mpxlf95_r -q64'  FC='mpxlf_r -q64'
21  LINK='mpxlf95_r -q64'  LINK='mpxlf_r -q64'
22  LIBS='-lmass -L/usr/local/lib64/r4i4 -L/usr/local/lib64 -L/usr/local/lib'  LIBS='-lmass -L/usr/local/lib64/r4i4 -L/usr/local/lib64 -L/usr/local/lib'
23  FFLAGS='-qfixed=132'  FFLAGS='-qfixed=132'
24  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
25      #  No need for IEEE-754      #  No need for IEEE-754
26      FOPTIM='-O3 -Q -qarch=pwr5 -qtune=pwr5 -qcache=auto -qmaxmem=-1'      FOPTIM='-O3 -Q -qarch=pwr5 -qtune=pwr5 -qcache=auto -qmaxmem=-1'

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

  ViewVC Help
Powered by ViewVC 1.1.22