/[MITgcm]/MITgcm/tools/build_options/linux_ia64_efc+mpi_altix
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ia64_efc+mpi_altix

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


Revision 1.5 - (show annotations) (download)
Thu Sep 15 00:18:09 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
move "linux_ia64_efc+mpi_altix" (no longer used) to unsupported

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia64_efc+mpi_altix,v 1.4 2010/03/21 22:22:53 jmc Exp $
4 # $Name: $
5
6 # Ed Hill
7 #
8 # tested on orion.jpl.nasa.gov (Linux orion 2.4.21-sgi230r7 #1 SMP Tue Oct 7 22:38:53 PDT 2003 ia64 unknown), 20031029
9
10 CPP='/lib/cpp -traditional -P'
11
12 # Note that the -mp switch is for ieee "maintain precision" and is
13 # roughly equivalent to -ieee
14 if test "x$IEEE" = x ; then
15 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
16 else
17 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
18 fi
19
20 FOPTIM='-O3 -align'
21 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
22 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
23 LIBS='-L/opt/sgi/mpt/1.9.1.0/lib -lPEPCF90 -lmpi'
24
25 FC=efc
26 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
27
28 INCLUDES='-I/opt/sgi/mpt/1.9.1.0/include'
29 INCLUDEDIRS='/opt/sgi/mpt/1.9.1.0/include'

  ViewVC Help
Powered by ViewVC 1.1.22