/[MITgcm]/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda

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


Revision 1.10 - (hide annotations) (download)
Fri Jul 28 15:17:04 2006 UTC (17 years, 10 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
FILE REMOVED
remove the old "itrda" identifier from the names and merge into new or
  existing "aces" files

1 heimbach 1.1 #!/bin/bash
2     #
3 edhill 1.10 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.9 2005/02/03 20:08:57 jmc Exp $
4 edhill 1.3 # $Name: $
5 heimbach 1.1 #
6 heimbach 1.5 # adapted to itrda.acesgrid.org
7 heimbach 1.1
8     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
9 edhill 1.8 CPP='cpp -traditional -P'
10 edhill 1.3
11 edhill 1.8 FC='mpif77'
12     CC='mpicc'
13     LINK='mpif77'
14     LIBS='-L/usr/local/pkg/mpich/mpich-gcc/lib '
15     INCLUDES='-I/usr/local/pkg/mpich/mpich-gcc/include '
16 edhill 1.3
17     if test "x$IEEE" = x ; then
18     # No need for IEEE-754
19     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
20     FOPTIM='-O3 -malign-double -funroll-loops'
21     else
22     # Try to follow IEEE-754
23 jmc 1.9 #FFLAGS='-Wimplicit -Wunused -ffloat-store'
24     FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'
25 edhill 1.3 FOPTIM='-O0 -malign-double'
26     fi
27 heimbach 1.5 NOOPTFLAGS='-O0'
28 edhill 1.3

  ViewVC Help
Powered by ViewVC 1.1.22