/[MITgcm]/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aer
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aer

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


Revision 1.5 - (show annotations) (download)
Sun Mar 21 21:34:01 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.4: +11 -8 lines
- remove "-r8" option (more similar to other compiler optfile).
- does not set FFLAGS (done in genmake2) but append to it
- set EXTENDED_SRC_FLAG

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aer,v 1.4 2005/01/31 19:30:14 ce107 Exp $
4 # $Name: $
5
6 FC='/opt/mpich/bin/mpif77'
7 CC='/opt/mpich/bin/mpicc'
8 LINK='/opt/mpich/bin/mpif77'
9
10 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
11 CPP='cpp -traditional -P'
12 EXTENDED_SRC_FLAG='-Mextend'
13
14 INCLUDES='-I/opt/mpich/include'
15 LIBS='-L/opt/mpich/lib/ -lfmpich -lmpich'
16
17 if test "x$IEEE" = x ; then
18 # No need for IEEE-754
19 FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
20 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
21 else
22 # Try to follow IEEE-754
23 FFLAGS="$FFLAGS -byteswapio"
24 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
25 fi
26 #- might want to use '-r8' for fizhi pkg:
27 #FFLAGS="$FFLAGS -r8"

  ViewVC Help
Powered by ViewVC 1.1.22