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

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

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


Revision 1.1 - (show annotations) (download)
Wed Oct 29 13:42:10 2003 UTC (20 years, 6 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint51q_post, checkpoint51r_post, checkpoint51p_post, checkpoint52, ecco_c52_e35, checkpoint52a_pre, checkpoint51t_post, checkpoint51u_post, checkpoint51s_post
Branch point for: branch-nonh
Added genmake2 settings for Intel compiler on ia64 (efc) and included efc in searched for compiler
names lisst in genmake2.
Settings were tested on orion.jpl.nasa.gov SGI Altix system.

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 LN='/bin/ln -s'
9 CPP='/lib/cpp -traditional -P'
10
11 # Note that the -mp switch is for ieee "maintain precision" and is
12 # roughly equivalent to -ieee
13 if test "x$IEEE" = x ; then
14 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
15 else
16 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
17 fi
18
19 FOPTIM='-O3 -align'
20 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
21 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
22 LIBS='-lPEPCF90 -lmpi'
23
24 FC=efc
25 DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22