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

Annotation of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas

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


Revision 1.3 - (hide annotations) (download)
Wed May 4 17:03:27 2005 UTC (19 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57o_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57i_post, checkpoint57r_post, checkpoint57h_done, checkpoint57n_post, checkpoint57p_post, checkpoint57q_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post
Changes since 1.2: +2 -2 lines
Replace CPP options "-D_BYTESWAPIO -DWORDLENGTH=1" by "-DWORDLENGTH=4"
and(!) ifort8 FFLAGS "-convert big_endian -assume byterecl"

1 dimitri 1.1 #!/bin/bash
2     #
3 dimitri 1.2 # tested on columbia using:
4     # module purge
5     # module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85
6 dimitri 1.1
7     CPP='/lib/cpp -traditional -P'
8    
9     # Note that the -mp switch is for ieee "maintain precision" and is
10     # roughly equivalent to -ieee
11 heimbach 1.3 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
12 dimitri 1.1
13     FOPTIM='-O3 -align'
14     LIBS='-L/opt/sgi/mpt/1.11-85/lib -lmpi'
15    
16     FC=ifort
17    
18 heimbach 1.3 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
19 dimitri 1.1
20     INCLUDES='-I/opt/sgi/mpt/1.11-85/include'
21     INCLUDEDIRS='/opt/sgi/mpt/1.11-85/include'

  ViewVC Help
Powered by ViewVC 1.1.22