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

Annotation 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 - (hide 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 heimbach 1.1 #!/bin/bash
2     #
3 jmc 1.5 # $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 edhill 1.3
6     FC='/opt/mpich/bin/mpif77'
7 ce107 1.4 CC='/opt/mpich/bin/mpicc'
8 edhill 1.3 LINK='/opt/mpich/bin/mpif77'
9 jmc 1.5
10 ce107 1.4 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
11 edhill 1.3 CPP='cpp -traditional -P'
12 jmc 1.5 EXTENDED_SRC_FLAG='-Mextend'
13    
14     INCLUDES='-I/opt/mpich/include'
15     LIBS='-L/opt/mpich/lib/ -lfmpich -lmpich'
16 heimbach 1.1
17 edhill 1.3 if test "x$IEEE" = x ; then
18     # No need for IEEE-754
19 jmc 1.5 FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
20 ce107 1.4 FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
21 edhill 1.3 else
22     # Try to follow IEEE-754
23 jmc 1.5 FFLAGS="$FFLAGS -byteswapio"
24 ce107 1.4 FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
25 edhill 1.3 fi
26 jmc 1.5 #- might want to use '-r8' for fizhi pkg:
27     #FFLAGS="$FFLAGS -r8"

  ViewVC Help
Powered by ViewVC 1.1.22