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

Contents 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 - (show annotations) (download)
Thu Feb 3 20:08:57 2005 UTC (19 years, 3 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 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77+mpi_itrda,v 1.8 2004/11/16 18:59:30 edhill Exp $
4 # $Name: $
5 #
6 # adapted to itrda.acesgrid.org
7
8 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
9 CPP='cpp -traditional -P'
10
11 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
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 #FFLAGS='-Wimplicit -Wunused -ffloat-store'
24 FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'
25 FOPTIM='-O0 -malign-double'
26 fi
27 NOOPTFLAGS='-O0'

  ViewVC Help
Powered by ViewVC 1.1.22