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

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

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


Revision 1.1 - (show annotations) (download)
Tue Mar 8 18:33:15 2005 UTC (19 years, 2 months ago) by baylor
Branch: MAIN
CVS Tags: checkpoint57f_post, checkpoint57f_pre, checkpoint57g_post, checkpoint57g_pre
New optfile for compiling MITgcm+mnc at gfdl.  Uses netcdf-3.6.0-p1 compiled in my account at GFDL.

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 GFDL's Itanium cluster
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 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian'
15
16 FOPTIM='-O3 -align'
17 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
18 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
19 LIBS='-L/opt/ifort/8.1.024/lib -lmpi -L/home/bfk/fortran/netcdf-3.6.0-p1/ic/lib -lnetcdf'
20
21 FC=ifort
22 CC=icc
23 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
24
25 # These paths will likely change to newer versions of ifort
26 INCLUDES='-I/opt/ifort/8.1.024/include -I/home/bfk/fortran/netcdf-3.6.0-p1/ic/include'
27 INCLUDEDIRS='/opt/ifort/8.1.024/include'

  ViewVC Help
Powered by ViewVC 1.1.22