/[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.7 - (hide annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint55h_post, checkpoint55b_post, checkpoint55g_post, checkpoint55f_post, checkpoint55e_post, checkpoint55i_post, checkpoint55d_post
Changes since 1.6: +2 -2 lines
 o fixes for systems that do not have NetCDF libs
   - thank you to Patrick for pointing this out!

1 heimbach 1.1 #!/bin/bash
2     #
3 edhill 1.7 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.6 2004/09/18 16:09:44 edhill 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     CPP='/lib/cpp -traditional -P'
10 edhill 1.3
11 heimbach 1.5 FC='/usr/local/pkg/mpich-gm/mpich-1.2.6..13-gm/g77/bin/mpif77'
12     LINK='/usr/local/pkg/mpich-gm/mpich-1.2.6..13-gm/g77/bin/mpif77'
13     LIBS='-L/usr/local/pkg/mpich-gm/mpich-1.2.6..13-gm/g77/lib -lfmpich -lmpich'
14     INCLUDEDIRS='-I/usr/local/pkg/mpich-gm/mpich-1.2.6..13-gm/g77/include'
15 edhill 1.3
16     if test "x$IEEE" = x ; then
17     # No need for IEEE-754
18     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
19     FOPTIM='-O3 -malign-double -funroll-loops'
20     else
21     # Try to follow IEEE-754
22 edhill 1.4 FFLAGS='-Wimplicit -Wunused -ffloat-store'
23 edhill 1.3 FOPTIM='-O0 -malign-double'
24     fi
25 heimbach 1.5 NOOPTFLAGS='-O0'
26 edhill 1.3
27     # netcdf
28 edhill 1.7 #LIBS="-lnetcdf"

  ViewVC Help
Powered by ViewVC 1.1.22