Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
move to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Jan 7, 2021
1 parent fbfa72d commit bc6f17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/jenkins/_env_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Upstream modules
unset MODULEPATH
source /gpfs/bbp.cscs.ch/apps/hpc/jenkins/config/modules.sh
module load unstable
module load archive/2020-12

# Local spack
BUILD_HOME="${WORKSPACE}/BUILD_HOME"
Expand Down
3 changes: 1 addition & 2 deletions tests/jenkins/install_coreneuron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
CORENRN_TYPE="$1"

if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
module load nvhpc/20.9 cuda/10.1.243 hpe-mpi cmake boost

module load pgi/19.10 cuda hpe-mpi cmake boost
mkdir build_${CORENRN_TYPE}
else
module load boost intel hpe-mpi cmake
Expand Down

0 comments on commit bc6f17c

Please sign in to comment.