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

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

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


Revision 1.6 - (show annotations) (download)
Mon Jul 22 18:40:45 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64k, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.5: +5 -4 lines
- remove MPI_HEADER_FILES_INC setting (no longer used)
- for now, comment out MPI_HEADER_FILES list (let genmake2 find which
   MPI header is needed)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_gfdl,v 1.5 2010/03/21 17:58:17 jmc Exp $
4 # $Name: $
5
6 # Ed Hill
7 # 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
8 #
9 # adapted to GFDL's Itanium cluster
10 # heimbach@mit.edu and baylor@mit.edu
11 #
12 # Will need to do module_load ifort.9.1.039 mpt-1.14 first
13
14 FC=ifort
15 # Using gcc instead of icc since this is how netcdf was compiled
16 #CC=icc
17
18 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
19 CPP='/lib/cpp -traditional -P'
20 EXTENDED_SRC_FLAG='-132'
21
22 NOOPTFILES='ini_curvilinear_grid.F'
23 NOOPTFLAGS='-O3'
24
25 # the '-convert big_endian' is crucial on this platform
26 # -D_BYTESWAPIO doesn't work
27 FFLAGS="$FFLAGS -mp -w95 -W0 -WB -convert big_endian"
28 #- might want to use '-r8' for fizhi pkg:
29 #FFLAGS="$FFLAGS -r8"
30
31 FOPTIM='-O3 -align -ip'
32
33 #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
34 #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
35 LIBS='-lmpi -lnetcdf'
36
37 #SKIP_NETCDF_CHECK=t
38 #HAVE_NETCDF=t
39
40 # These paths will likely change to newer versions of ifort
41 cpath=`echo $CPATH | sed 's/:/ -I/g'`
42 INCLUDES="-I/usr/local/include -I$cpath"
43 cpath=`echo $CPATH | sed 's/:/ /g'`
44 INCLUDEDIRS="/usr/local/include $cpath"
45 #LIBDIRS='/usr/local/lib'
46
47 #- used for parallel (MPI) DIVA
48 # MPIINCLUDEDIR='/opt/mpt/1.14/include'
49 ##MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'

  ViewVC Help
Powered by ViewVC 1.1.22