Skip to content

Commit

Permalink
Use GCC 4.9.3 headers with Intel 17.0.1 (trilinos#2463, trilinos#2317)
Browse files Browse the repository at this point in the history
It was requested that we use GCC 4.9.3 heades with Intel 17.0.1 builds of
Trilinos (see trilinos#2317 and trilinos#2463).
  • Loading branch information
bartlettroscoe committed Apr 24, 2018
1 parent 52db64a commit f917b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/load_sems_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ if [ "$sems_cmake_and_version_load" == "" ] || [ "$sems_cmake_and_version_load"
fi
#echo "sems_cmake_and_version_load = $sems_cmake_and_version_load"

TRILINOS_SEMS_DEV_ENV_TO_LOAD="$sems_compiler_and_version_load $sems_mpi_and_version_load $sems_cmake_and_version_load"

#
# B) Purge the current set of modules
#
Expand All @@ -121,7 +119,9 @@ module load $sems_git_and_version_default
# until this is fixed, the workaround is below.
# Please see https://github.com/trilinos/Trilinos/issues/2142
# for updates regarding the right solution.
if [[ $sems_compiler_and_version_load == "sems-intel/"* ]]; then
if [[ $sems_compiler_and_version_load == "sems-intel/17.0.1" ]]; then
module load sems-gcc/4.9.3
elif [[ $sems_compiler_and_version_load == "sems-intel/"* ]]; then
module load sems-gcc/4.8.4
fi

Expand Down

0 comments on commit f917b28

Please sign in to comment.