/[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.7 - (show annotations) (download)
Tue Jul 21 20:01:15 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED
move opfile for retired cg01 cluster to "unsupported" dir

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_cg01,v 1.6 2006/03/24 22:34:43 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 INCLUDES='-I/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/include'
13 CPP='/lib/cpp -traditional -P'
14 NOOPTFLAGS='-O0'
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
26 # netcdf
27 #LIBS="-lnetcdf"

  ViewVC Help
Powered by ViewVC 1.1.22