/[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.9 - (hide annotations) (download)
Thu Feb 3 20:08:57 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint57m_post, checkpoint58e_post, checkpoint57v_post, checkpoint57g_pre, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint58m_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57h_pre, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58h_post, checkpoint57e_post, checkpoint58j_post, checkpoint57h_post, checkpoint57y_pre, checkpoint57o_post, checkpoint57r_post, checkpoint57k_post, checkpoint57d_post, checkpoint57i_post, checkpoint58, checkpoint57h_done, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint57z_post, eckpoint57e_pre, checkpoint58c_post, checkpoint58k_post, checkpoint57l_post
Changes since 1.8: +3 -2 lines
use -sse for testing (as on faulks)

1 heimbach 1.1 #!/bin/bash
2     #
3 jmc 1.9 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.8 2004/11/16 18:59:30 edhill Exp $
4 edhill 1.3 # $Name: $
5 heimbach 1.1 #
6 heimbach 1.5 # adapted to itrda.acesgrid.org
7 heimbach 1.1
8     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
9 edhill 1.8 CPP='cpp -traditional -P'
10 edhill 1.3
11 edhill 1.8 FC='mpif77'
12     CC='mpicc'
13     LINK='mpif77'
14     LIBS='-L/usr/local/pkg/mpich/mpich-gcc/lib '
15     INCLUDES='-I/usr/local/pkg/mpich/mpich-gcc/include '
16 edhill 1.3
17     if test "x$IEEE" = x ; then
18     # No need for IEEE-754
19     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
20     FOPTIM='-O3 -malign-double -funroll-loops'
21     else
22     # Try to follow IEEE-754
23 jmc 1.9 #FFLAGS='-Wimplicit -Wunused -ffloat-store'
24     FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'
25 edhill 1.3 FOPTIM='-O0 -malign-double'
26     fi
27 heimbach 1.5 NOOPTFLAGS='-O0'
28 edhill 1.3

  ViewVC Help
Powered by ViewVC 1.1.22