/[MITgcm]/MITgcm/tools/build_options/linux_ia64_efc+mpi_altix
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ia64_efc+mpi_altix

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Feb 6 19:23:28 2004 UTC (20 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint53f_post, checkpoint54a_pre, checkpoint55c_post, checkpoint53b_pre, checkpoint55e_post, checkpoint52l_pre, hrcube4, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint53c_post, checkpoint55d_pre, checkpoint55j_post, checkpoint56b_post, checkpoint52j_pre, checkpoint54a_post, checkpoint52l_post, checkpoint55h_post, checkpoint52k_post, checkpoint54b_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint55b_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57a_post, checkpoint54, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53, checkpoint53g_post, hrcube5, checkpoint53b_post, checkpoint53d_pre, checkpoint54c_post, hrcube_3, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +1 -1 lines
minor clean-up

1 #!/bin/bash
2 #
3 # Ed Hill
4 #
5 # tested on orion.jpl.nasa.gov (Linux orion 2.4.21-sgi230r7 #1 SMP Tue Oct 7 22:38:53 PDT 2003 ia64 unknown), 20031029
6
7
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 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
14 else
15 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
16 fi
17
18 FOPTIM='-O3 -align'
19 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
20 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
21 LIBS='-L/opt/sgi/mpt/1.9.1.0//lib -lPEPCF90 -lmpi'
22
23 FC=efc
24 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
25
26 INCLUDES='-I/opt/sgi/mpt/1.9.1.0/include'
27 INCLUDEDIRS='/opt/sgi/mpt/1.9.1.0/include'

  ViewVC Help
Powered by ViewVC 1.1.22