Skip to content

Commit

Permalink
Merge Pull Request trilinos#5317 from krcb/Trilinos/addIntel18ToATDM
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Add intel18 to atdm sems-rhel7 env
PR Author: krcb
  • Loading branch information
trilinos-autotester authored Jun 5, 2019
2 parents 26b50ae + 9452653 commit 5c4e736
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cmake/std/atdm/sems-rhel7/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,20 @@ elif [[ "$ATDM_CONFIG_COMPILER" == "INTEL-17.0.1" ]] ; then
if [[ "${ATDM_CONFIG_LM_LICENSE_FILE_OVERRIDE}" != "" ]] ; then
export LM_LICENSE_FILE=${ATDM_CONFIG_LM_LICENSE_FILE_OVERRIDE}
fi
elif [[ "$ATDM_CONFIG_COMPILER" == "INTEL-18.0.5" ]] ; then
module load sems-gcc/7.2.0
module load sems-intel/18.0.5
module load atdm-env
module load atdm-mkl/18.0.5
export OMPI_CXX=`which icpc`
export OMPI_CC=`which icc`
export OMPI_FC=`which ifort`
export ATDM_CONFIG_LAPACK_LIBS="-mkl"
export ATDM_CONFIG_BLAS_LIBS="-mkl"
export [email protected]
if [[ "${ATDM_CONFIG_LM_LICENSE_FILE_OVERRIDE}" != "" ]] ; then
export LM_LICENSE_FILE=${ATDM_CONFIG_LM_LICENSE_FILE_OVERRIDE}
fi
elif [[ "$ATDM_CONFIG_COMPILER" == "CUDA-9.2" ]] ; then
module load sems-gcc/7.2.0
module load sems-cuda/9.2
Expand Down

0 comments on commit 5c4e736

Please sign in to comment.