Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct mismatch between ATDM_CONFIG_COMPILER=INTEL-19.0.5 and module load sems-intel/19.0.5 #10126

Merged
merged 2 commits into from
Feb 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/std/atdm/contributed/kokkos-dev-2/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module load sems-archive-env
module use /home/projects/x86-64/modulefiles/local
module load sems-archive-git/2.10.1

module load sems-archive-cmake/3.12.2
module load sems-archive-cmake/3.17.1
module load sems-archive-ninja_fortran/1.8.2

if [[ "$ATDM_CONFIG_NODE_TYPE" == "CUDA" ]] ; then
Expand Down Expand Up @@ -196,7 +196,7 @@ elif [[ "$ATDM_CONFIG_COMPILER" == "INTEL-18.0.5" ]] ; then
export ATDM_CONFIG_BLAS_LIBS="-mkl"
elif [[ "$ATDM_CONFIG_COMPILER" == "INTEL-19.0.5" ]] ; then
module load sems-archive-gcc/7.2.0
module load sems-archive-intel/18.0.5
module load sems-archive-intel/19.0.5
module load atdm-env
module load atdm-mkl/18.0.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the mkl version also be changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, SEMS doesn't have a corresponding mkl module for the later version.

export ATDM_CONFIG_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
Expand Down