/[MITgcm]/MITgcm/tools/build_options/linux_x86_64_ifort_pleiades_n_nas
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_x86_64_ifort_pleiades_n_nas

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


Revision 1.1 - (show annotations) (download)
Wed Mar 31 19:09:20 2010 UTC (14 years, 2 months ago) by heimbach
Branch: MAIN
Optfile for pleiades
(didn't see any checked in so far, not sure why)

1 #!/bin/bash
2 #
3 # tested on pleiades_n using:
4 # module purge
5 # module load mpi/mpt.1.25
6 # module load comp/intel/11.0.083_64
7
8 CPP='/lib/cpp -traditional -P'
9 FC=ifort
10 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4 -D_BYTESWAPIO'
11
12 LIBS='-L/nasa/sgi/mpt/1.25/lib -lmpi'
13 INCLUDES='-I/nasa/sgi/mpt/1.25/include'
14 INCLUDEDIRS='/nasa/sgi/mpt/1.25/include'
15 MPIINCLUDEDIR='/nasa/sgi/mpt/1.25/include'
16 MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'
17 MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h
18 ./mpi_headers/mpif_parameters.h'
19 PAPIINC='-I/usr/local/include'
20 PAPILIB='-L/usr/local/lib -lpapi'
21
22 # FFLAGS for really big executable
23 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -assume byterecl -traceback
24 -mcmodel medium -shared-intel'
25 CFLAGS='-mcmodel medium'
26 # FFLAGS for executable < 2GB
27 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -assume byterecl -traceback'
28 CFLAGS=' '
29 FOPTIM='-O2 -align -ip'
30 NOOPTFLAGS='-O0'
31 NOOPTFILES='global_sum_tile.F'

  ViewVC Help
Powered by ViewVC 1.1.22