/[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.8 - (show annotations) (download)
Sun Oct 15 14:08:10 2006 UTC (17 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.7: +5 -9 lines
reinserted singlecpuio read in exf_interp_read
updated linux_ia64_ifort+mpi_altix_nas with latest compiler and library

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
6
7 CPP='/lib/cpp -traditional -P'
8
9 # Note that the -mp switch is for ieee "maintain precision" and is
10 # roughly equivalent to -ieee
11 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
12
13 FOPTIM='-O3 -align'
14 LIBS='-L/opt/sgi/mpt/1.12.0.nas/lib -lmpi -L/u/edhill/pkg/netcdf-3.6.0/ifort/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/u/edhill/pkg/netcdf-3.6.0/ifort/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