Skip to content

Commit

Permalink
Switch from OpenMPI 3.1.0 to 2.1.2 (TRIL-213) (#3363)
Browse files Browse the repository at this point in the history
We were told today that OpenMPI 3.1.0 does not really work for this build on
'waterman' (and perhpas other Power8 and Power9 machines).  They must just
remove the env altogether.
  • Loading branch information
bartlettroscoe authored Aug 28, 2018
1 parent 5bd0588 commit 5f4a5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/std/atdm/waterman/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else
fi

if [ "$ATDM_CONFIG_COMPILER" == "GNU" ]; then
module load devpack/20180517/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
module load devpack/20180517/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
module swap openblas/0.2.20/gcc/7.2.0 netlib/3.8.0/gcc/7.2.0
export OMPI_CXX=`which g++`
export OMPI_CC=`which gcc`
Expand All @@ -83,7 +83,7 @@ elif [[ "$ATDM_CONFIG_COMPILER" == "CUDA"* ]] ; then
export ATDM_CONFIG_COMPILER=CUDA-9.2 # The default CUDA version currently
fi
if [[ "$ATDM_CONFIG_COMPILER" == "CUDA-9.2" ]] ; then
module load devpack/20180517/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
module load devpack/20180517/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
module swap openblas/0.2.20/gcc/7.2.0 netlib/3.8.0/gcc/7.2.0
else
echo
Expand Down

0 comments on commit 5f4a5c6

Please sign in to comment.