/[MITgcm]/MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas

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

revision 1.10 by dimitri, Mon Apr 22 21:20:13 2013 UTC revision 1.11 by dfer, Wed Apr 24 15:38:55 2013 UTC
# Line 3  Line 3 
3  # $Header$  # $Header$
4  # $Name$  # $Name$
5    
6  # tested on pleiades using Sandy Bridge nodes, which need mpt 2.06 or later  # Used to run the testreport on pleiades with:
7  # module load comp-intel/2011.2 mpi-sgi/mpt.2.06a67 netcdf/4.0  # module load comp-intel/2011.2 mpi-sgi/mpt.2.06a67 netcdf/4.0
8    # note: comp-intel/2011.7.256 is recommanded for Sandy Bridge nodes
9    
10  FC=ifort  FC=ifort
11  CC=icc  CC=icc
# Line 16  OMPFLAG='-openmp' Line 17  OMPFLAG='-openmp'
17  CFLAGS='-fPIC'  CFLAGS='-fPIC'
18  LDADD='-shared-intel'  LDADD='-shared-intel'
19    
20  LIBS='-L/nasa/sgi/mpt/2.04.10789/lib -lmpi -L/nasa/netcdf/4.0/lib -lnetcdf'  LIBS='-L/nasa/sgi/mpt/2.06a67/lib -lmpi -L/nasa/netcdf/4.0/lib -lnetcdf'
21  INCLUDES='-I/nasa/sgi/mpt/2.04.10789/include -I/nasa/netcdf/4.0/include'  INCLUDES='-I/nasa/sgi/mpt/2.06a67/include -I/nasa/netcdf/4.0/include'
22  INCLUDEDIRS='/nasa/sgi/mpt/2.04.10789/include'  INCLUDEDIRS='/nasa/sgi/mpt/2.06a67/include'
23  MPIINCLUDEDIR='/nasa/sgi/mpt/2.04.10789/include'  MPIINCLUDEDIR='/nasa/sgi/mpt/2.06a67/include'
24  MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'  MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'
25  MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h ./mpi_headers/mpif_parameters.h'  MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h ./mpi_headers/mpif_parameters.h'
26    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22