Skip to content

Commit

Permalink
Merge Pull Request #3549 from bartlettroscoe/Trilinos/3290-white-ride…
Browse files Browse the repository at this point in the history
…-new-openmpi-2.1.2-env

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Switch to new devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88 env on 'white' and 'ride' (#3290)
PR Author: bartlettroscoe
  • Loading branch information
trilinos-autotester authored Oct 2, 2018
2 parents cd4aad1 + de9fb24 commit 8cd56b3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmake/std/atdm/ride/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ fi
if [ "$ATDM_CONFIG_COMPILER" == "GNU" ] ; then

# Load the modules and set up env
module load devpack/20180521/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
module swap openmpi openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
module load devpack/20180521/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
module swap netcdf-exo/4.6.1/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88 netcdf/4.6.1/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
export OMPI_CXX=`which g++`
export OMPI_CC=`which gcc`
export OMPI_FC=`which gfortran`
Expand All @@ -96,10 +94,8 @@ 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/20180521/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
module swap openmpi openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88
module load devpack/20180521/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
module swap netcdf-exo/4.6.1/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88 netcdf/4.6.1/openmpi/3.1.0/gcc/7.2.0/cuda/9.2.88
else
echo
echo "***"
Expand Down

0 comments on commit 8cd56b3

Please sign in to comment.