/[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.3 - (hide annotations) (download)
Fri Jul 30 20:53:25 2004 UTC (19 years, 11 months ago) by edhill
Branch: MAIN
Changes since 1.2: +22 -7 lines
 o first (small) steps towards cleaning up the optfiles

1 heimbach 1.1 #!/bin/bash
2     #
3 edhill 1.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.2 2003/11/13 22:03:39 edhill Exp $
4     # $Name: $
5 heimbach 1.1 #
6    
7 edhill 1.3
8     FC='/usr/local/mpich/mpich-1.2.1..7b_gnu/bin/mpif77'
9     CC='/usr/local/mpich/mpich-1.2.1..7b_gnu/bin/mpicc'
10 heimbach 1.1 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
11 edhill 1.3 INCLUDEDIRS='-I/usr/local/mpich/mpich-1.2.1..7b_gnu/include/'
12 heimbach 1.1 CPP='/lib/cpp -traditional -P'
13     LINK='/usr/local/mpich/mpich-1.2.1..7b_gnu/bin/mpif77'
14 edhill 1.3 LIBS='-L/usr/local/mpich/mpich-1.2.1..7b_gnu/lib/ -lfmpich -lmpich'
15 heimbach 1.1 NOOPTFLAGS='-O0'
16 edhill 1.3
17    
18     if test "x$IEEE" = x ; then
19     # No need for IEEE-754
20     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
21     FOPTIM='-O3 -malign-double -funroll-loops'
22     else
23     # Try to follow IEEE-754
24     FFLAGS='-Wimplicit -Wunused -Wuninitialized -ffloat-store'
25     FOPTIM='-O0 -malign-double'
26     fi
27    
28     # netcdf
29     # LIBS="-lnetcdf"
30    

  ViewVC Help
Powered by ViewVC 1.1.22