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

Contents of /MITgcm/tools/build_options/linux_ia32_g77+mpi_cg01

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


Revision 1.4 - (show annotations) (download)
Sat Aug 7 02:49:24 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54e_post, checkpoint55, checkpoint55a_post, checkpoint54f_post
Changes since 1.3: +2 -2 lines
 o NetCDF now installed on the three "standard" compilers on cg01
   - needs a bit more testing

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_cg01,v 1.3 2004/07/30 20:53:25 edhill Exp $
4 # $Name: $
5 #
6
7
8 FC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/bin/mpif77'
9 CC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/bin/mpicc'
10 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
11 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/include'
12 CPP='/lib/cpp -traditional -P'
13 NOOPTFLAGS='-O0'
14
15 if test "x$IEEE" = x ; then
16 # No need for IEEE-754
17 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
18 FOPTIM='-O3 -malign-double -funroll-loops'
19 else
20 # Try to follow IEEE-754
21 FFLAGS='-Wimplicit -Wunused -ffloat-store'
22 FOPTIM='-O0 -malign-double'
23 fi
24
25 # netcdf
26 LIBS="-lnetcdf"

  ViewVC Help
Powered by ViewVC 1.1.22