Skip to content

Commit

Permalink
Merge branch 'mfdeakin-sandia/pfunit/skybridge_test' into next (PR #1914
Browse files Browse the repository at this point in the history
)

Add mkl_rt library needed for Skybridge

This links the Intel Math Kernel Library with vector functions needed
for the unit tests when compiling with the Intel compiler.

Test suite: scripts_regression_tests.py
Test status: all ok

Fixes ESMCI/cime#2080

Code review: @jgfouca

[BFB]

* origin/mfdeakin-sandia/pfunit/skybridge_test:
  Add mkl_rt library needed for Skybridge
  • Loading branch information
jgfouca committed Nov 21, 2017
2 parents a10c6ab + ccde7b9 commit 9fcc8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime/config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ for mct, etc.
<MPI_PATH MPILIB="openmpi">/opt/openmpi-1.8-intel</MPI_PATH>
<ESMF_LIBDIR>/projects/ccsm/esmf-6.3.0rp1/lib/libO/Linux.intel.64.openmpi.default</ESMF_LIBDIR>
<CONFIG_ARGS> --host=Linux </CONFIG_ARGS>
<ADD_SLIBS> $(shell $(NETCDF_PATH)/bin/nf-config --flibs) -L/projects/ccsm/BLAS-intel -lblas_LINUX</ADD_SLIBS>
<ADD_SLIBS> $(shell $(NETCDF_PATH)/bin/nf-config --flibs) -L/projects/ccsm/BLAS-intel -lblas_LINUX -L$ENV{MKL_LIBS} -lmkl_rt</ADD_SLIBS>
<PIO_FILESYSTEM_HINTS>lustre </PIO_FILESYSTEM_HINTS>
<ADD_SLIBS MPILIB="openmpi"> -mkl=cluster </ADD_SLIBS>
<ADD_SLIBS MPILIB="mpi-serial"> -mkl </ADD_SLIBS>
Expand Down

0 comments on commit 9fcc8f8

Please sign in to comment.