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

Annotation 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.6 - (hide annotations) (download)
Fri Mar 24 22:34:43 2006 UTC (18 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58g_post, checkpoint58n_post, checkpoint58x_post, checkpoint61l, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint58q_post, mitgcm_mapl_00, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58i_post, checkpoint58o_post, checkpoint58k_post, checkpoint58u_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint58t_post, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q
Changes since 1.5: +2 -1 lines
fix genmake mnc test which was failing due to the inability to include
  both the mpif.h and netcdf.inc headers

1 edhill 1.1 #!/bin/bash
2     #
3 edhill 1.6 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_cg01,v 1.5 2004/09/21 19:51:10 edhill Exp $
4 edhill 1.3 # $Name: $
5 edhill 1.1 #
6    
7 edhill 1.3
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 edhill 1.1 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
11 edhill 1.3 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/include'
12 edhill 1.6 INCLUDES='-I/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/g77/include'
13 edhill 1.1 CPP='/lib/cpp -traditional -P'
14     NOOPTFLAGS='-O0'
15 edhill 1.3
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 edhill 1.5 #LIBS="-lnetcdf"
28 edhill 1.1

  ViewVC Help
Powered by ViewVC 1.1.22