/[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.1 - (show annotations) (download)
Mon Sep 29 16:15:24 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51j_post, checkpoint51o_pre, checkpoint51n_pre, branchpoint-genmake2, checkpoint51q_post, checkpoint51r_post, checkpoint51i_post, checkpoint51l_pre, checkpoint51o_post, checkpoint51p_post, checkpoint52, checkpoint51h_pre, checkpoint51g_post, ecco_c52_e35, checkpoint51f_post, checkpoint52a_pre, checkpoint51m_post, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint51u_post, checkpoint51s_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch
 o added a platform-detection mechanism to guess at the optfile to use
     when none are specified
 o changed some optfile names to reflect the new platform naming
     convention--more work still needed in this area
 o added parsing of MITGCM_* environment variables

1 #!/bin/bash
2 #
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux_intel_cg01_mpi,v 1.1 2003/09/10 04:24:18 edhill Exp $
4 #
5
6 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
7 LN='/bin/ln -s'
8 CPP='/lib/cpp -traditional -P'
9
10 # Note that the -mp switch is for ieee "maintain precision" and is
11 # roughly equivalent to -ieee
12 if test "x$IEEE" = x ; then
13 FOPTIM='-O3 -align'
14 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
15 else
16 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
17 fi
18
19 LIBS='-lPEPCF90'
20 NOOPTFLAGS='-O0'
21 FC='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/bin/mpif77'
22 LINK='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/bin/mpif77'
23 INCLUDEDIRS='/usr/local/pkg/mpi/mpi-1.2.4..8a-gm-1.5/intel/include'

  ViewVC Help
Powered by ViewVC 1.1.22