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

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

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


Revision 1.3 - (show annotations) (download)
Thu Sep 29 16:20:07 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
move to unsupported/ (has been merged into linux_ia64_ifort_altix_jpl)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_jpl,v 1.2 2010/03/21 18:03:53 jmc Exp $
4 # $Name: $
5
6 # tested on pollux.jpl.nasa.gov
7
8 FC=ifort
9
10 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
11 CPP='/lib/cpp -traditional -P'
12 EXTENDED_SRC_FLAG='-132'
13
14 INCLUDEDIRS="/usr/include"
15 INCLUDES="-I/usr/include"
16 LIBS='-lmpi'
17
18 NOOPTFILES='ini_curvilinear_grid.F'
19 NOOPTFLAGS='-O3'
20
21 FFLAGS="$FFLAGS -mp -w95 -W0 -WB -convert big_endian -assume byterecl"
22 FOPTIM='-O3 -align -ip'
23 #- might want to use '-r8' for fizhi pkg:
24 #FFLAGS="$FFLAGS -r8"

  ViewVC Help
Powered by ViewVC 1.1.22