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

Contents 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 - (show annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 8 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 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.6 2004/09/18 16:09:44 edhill Exp $
4 # $Name: $
5 #
6 # adapted to itrda.acesgrid.org
7
8 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
9 CPP='/lib/cpp -traditional -P'
10
11 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
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 FFLAGS='-Wimplicit -Wunused -ffloat-store'
23 FOPTIM='-O0 -malign-double'
24 fi
25 NOOPTFLAGS='-O0'
26
27 # netcdf
28 #LIBS="-lnetcdf"

  ViewVC Help
Powered by ViewVC 1.1.22