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

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

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


Revision 1.3 - (show annotations) (download)
Sat Aug 7 02:49:24 2004 UTC (19 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54e_post
Changes since 1.2: +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_ifc+mpi_cg01,v 1.2 2003/11/13 22:03:39 edhill Exp $
4 #
5
6 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
7 CPP='/lib/cpp -traditional -P'
8
9 # Note that the -mp switch is for ieee "maintain precision" and is
10 # roughly equivalent to -ieee
11 if test "x$IEEE" = x ; then
12 FOPTIM='-O3 -align'
13 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
14 else
15 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
16 fi
17
18 LIBS='-lPEPCF90 -lnetcdf'
19 NOOPTFLAGS='-O0'
20 FC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/bin/mpif77'
21 LINK='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/bin/mpif77'
22 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/include'

  ViewVC Help
Powered by ViewVC 1.1.22