/[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.5 - (show annotations) (download)
Tue Sep 21 19:51:10 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint55c_post, checkpoint57o_post, checkpoint57m_post, checkpoint57v_post, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint57b_post, checkpoint57f_pre, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57x_post, checkpoint55h_post, checkpoint57g_pre, checkpoint57e_post, checkpoint56c_post, checkpoint55b_post, checkpoint57h_post, checkpoint57y_pre, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint57, checkpoint56, checkpoint57h_done, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint55e_post, eckpoint57e_pre, checkpoint58c_post, checkpoint57h_pre, checkpoint57c_post, checkpoint55i_post, checkpoint57l_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.4: +2 -2 lines
 o fixes for systems that do not have NetCDF libs
   - thank you to Patrick for pointing this out!

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_cg01,v 1.4 2004/08/07 02:49:24 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