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

Annotation 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.1 - (hide annotations) (download)
Sat Jul 24 16:52:01 2004 UTC (19 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57f_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint57m_post, checkpoint55h_post, checkpoint57g_pre, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54f_post, checkpoint57v_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
optfile for meinesz.mit.edu
(Altix of geodynamics group eaps6)

1 heimbach 1.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     #
16     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=1'
17    
18     # These paths will likely change to newer versions of ifort
19     #
20     LIBS='-L/opt/intel_fc_80/lib -lmpi'
21     FC=/opt/intel_fc_80/bin/ifort
22     FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian'
23    
24     # FOPTIM='-O3 -align'
25     #
26     #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
27     #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
28    

  ViewVC Help
Powered by ViewVC 1.1.22