/[MITgcm]/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_meinesz
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_meinesz

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


Revision 1.3 - (show annotations) (download)
Tue Jan 10 17:37:56 2006 UTC (18 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post
Changes since 1.2: +10 -3 lines
o switch to intel v9x compiler
o use new -i-static option

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 # adapted to meinesz.mit.edu (eaps6)
8 # heimbach@mit.edu
9
10 CPP='/lib/cpp -traditional -P'
11
12 # the '-convert big_endian' is crucial on this platform
13 # -D_BYTESWAPIO doesn't work
14 # also switch to -DWORDLENGTH=1
15 # replace WORDLENGTH=1 by assume byterecl
16 #
17 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
18
19 # These paths will likely change to newer versions of ifort
20 #
21
22 #ph(
23 #LIBS='-L/opt/intel_fc_80/lib -lmpi'
24 #FC=/opt/intel_fc_80/bin/ifort
25 #ph o switching to columbia flags
26 #ph o use ifort options -convert big_endian -assume byterecl
27 #ph o add -Wl,-ldl flag to (temporarily?) resolve glibc(?) problem
28 #FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -Wl,-ldl -convert big_endian -assume byterecl'
29 ###FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian -assume byterecl'
30 #
31 #ph o switching to v9.x compiler series
32 #ph o new flag "-i-static" removes all Intel-specific shared libs"
33 LIBS='-L/opt/intel_9.0.03x/lib -lmpi'
34 FC=/opt/intel_9.0.03x/bin/ifort
35 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -i-static -convert big_endian -assume byterecl'
36 #ph)
37
38 # FOPTIM='-O3 -align'
39 #
40 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
41 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )

  ViewVC Help
Powered by ViewVC 1.1.22