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

Diff of /MITgcm/tools/build_options/sp4

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

revision 1.1 by edhill, Sat Aug 16 14:01:08 2003 UTC revision 1.5 by cnh, Thu Feb 26 19:57:59 2004 UTC
# Line 1  Line 1 
1    #!/bin/bash
2    #
3    #  $Header$
4    #
5    
6    #  tested on bluesky, EH3 2003-09-04
7    #  using the following invocation:
8    #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/sp4 -make=gmake
9    
10    
11    S64='$(TOOLSDIR)/set64bitConst.sh'
12    MAKEDEPEND=makedepend
13    DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_PWR3 -DTARGET_SGI -DWORDLENGTH=4'
14    
15  #ph: e.g. bluesky.ucar.edu, marcellus.navo.hpc.mil  #ph: e.g. bluesky.ucar.edu, marcellus.navo.hpc.mil
 LN='ln -s'  
16  INCLUDES='-I/usr/lpp/ppe.poe/include'  INCLUDES='-I/usr/lpp/ppe.poe/include'
17  #    set CPP        = ( '/lib/cpp' )  #    set CPP        = ( '/lib/cpp' )
18    CPP='/lib/cpp -P'
19  FC='mpxlf95'  FC='mpxlf95'
20  LINK='mpxlf95'  LINK='mpxlf95'
21  LIBS=' -L/usr/local/apps/mass -lmass'  LIBS=' -L/usr/local/apps/mass -lmass'
22  #   set FFLAGS     = ( '-extend_source -mp -mpio -bytereclen -r10000 -mips4' )  #   set FFLAGS     = ( '-extend_source -mp -mpio -bytereclen -r10000 -mips4' )
23    FFLAGS='-qfixed=132 -O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1 -bmaxdata:0x80000000'
24  #    set FOPTIM     = ( '-O3' )  #    set FOPTIM     = ( '-O3' )
25  #   set NOOPTFLAGS = ( '-O0' )  #   set NOOPTFLAGS = ( '-O0' )
26  #   set NOOPTFILES = ( 'barrier.F different_multiple.F ' \  #   set NOOPTFILES = ( 'barrier.F different_multiple.F ' \

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

  ViewVC Help
Powered by ViewVC 1.1.22