/[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.2 - (show annotations) (download)
Sun Mar 21 18:03:53 2010 UTC (14 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63
Changes since 1.1: +18 -7 lines
- remove "-r8 -i4" options (more similar to other compiler optfile).
- does not set FFLAGS (done in genmake2) but append to it.
- set EXTENDED_SRC_FLAG.

1 #!/bin/bash
2 #
3 # $Header: $
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