Skip to content

Commit

Permalink
Updates documentation in intel.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson committed May 12, 2020
1 parent 457a4c2 commit fc738cd
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions exec/templates/intel.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Template for the Intel Compilers on a Cray System
#
# Typical use with mkmf
# mkmf -t intel.mk -c"-Duse_libMPI -Duse_netCDF" path_names /usr/local/include

# Template for the Intel Compilers
############
# Commands Macros
############
Expand Down Expand Up @@ -44,10 +40,20 @@ LD = mpiifort
# If non-blank, do not use the -qoverride-limits compiler option.
# Default behavior is to compile with -qoverride-limits.

# NETCDF
# If value is '3' and CPPDEFS contains '-Duse_netCDF', then the
# additional cpp macro '-Duse_LARGEFILE' is added to the CPPDEFS
# macro.
# NETCDF_LIBS
# A list of the netcdf libraries. Default is $(shell nf-config --flibs)

# MPI_LIBS
# A list of MPI libraries. Defaut is $(shell pkg-config --libs mpich2-f90)

# HDF_LIBS
# A list of HDF5 libraries.
# Default is -lhdf5 -lhdf5_fortran -lhdf5_hl -lhdf5hl_fortran

# MKL_LIBS
# A list of intel MKL libraries. Give the value "none" to list none of the
# libraries. This may be necessary if using ftn on a cray machine
# Default is -lmkl_blas95_lp64 -lmkl_lapack95_lp64 -lmkl_intel_lp64 -lmkl_core -lmkl_sequential

# INCLUDES
# A list of -I Include directories to be added to the the compile
Expand Down

0 comments on commit fc738cd

Please sign in to comment.