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

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

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


Revision 1.5 - (show annotations) (download)
Sun Mar 21 22:22:52 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.4: +5 -3 lines
add cvs Name and Header (if missing)

1 #!/bin/bash
2 #
3 # $Header: $
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='-lPEPCF90 -lmpi'
24
25 FC=efc
26 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22