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

Contents 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.9 - (show annotations) (download)
Tue Oct 17 00:35:23 2006 UTC (17 years, 6 months ago) by dfer
Branch: MAIN
Changes since 1.8: +6 -6 lines
switch to netcdf library available through "module", update -mp tp -fp-model and set
weaker optimization for Aim subroutine "phy_radiat.F"

1 #!/bin/bash
2 #
3 # tested on columbia using:
4 # module purge
5 # module load modules scsl.1.6.1.0 intel-comp.9.1.039 mpt.1.12.0.nas pd-netcdf.3.6.0-p1
6
7 CPP='/lib/cpp -traditional -P'
8
9 FFLAGS='-fp-model precise -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
10
11 FOPTIM='-O3 -align'
12 NOOPTFLAGS='-O1'
13 NOOPTFILES='phy_radiat.F'
14 LIBS='-L/opt/sgi/mpt/1.12.0.nas/lib -lmpi -L/opt/pd/netcdf/3.6.0-p1/lib -lnetcdf'
15
16 FC=ifort
17
18 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
19
20 INCLUDES='-I/opt/sgi/mpt/1.12.0.nas/include -I/opt/pd/netcdf/3.6.0-p1/include'
21 INCLUDEDIRS='/opt/sgi/mpt/1.12.0.nas/include'
22 MPIINCLUDEDIR='/opt/sgi/mpt/1.12.0.nas/include'
23 MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'
24 MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h ./mpi_headers/mpif_parameters.h'
25 PAPIINC='-I/usr/local/include'
26 PAPILIB='-L/usr/local/lib -lpapi'

  ViewVC Help
Powered by ViewVC 1.1.22