Skip to content

Commit 5ff53ca

Browse files
authored
Fix kesch environment after upgrade (#22)
1 parent 01f94df commit 5ff53ca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

jenkins/build.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ set -e
55
HOST=$(hostname)
66

77
if [[ "$HOST" == kesch* || "$HOST" == escha* ]]; then
8-
module load craype-network-infiniband
8+
module load cmake/3.13.4
9+
module load PE/17.06
910
module load craype-haswell
10-
module load craype-accel-nvidia35
11-
module load cray-libsci
11+
module load craype-network-infiniband
12+
module load PrgEnv-gnu/17.02
1213
module load cudatoolkit/8.0.61
13-
module load mvapich2gdr_gnu/2.2_cuda_8.0
14-
module load gcc/5.4.0-2.26
15-
module load /users/jenkins/easybuild/kesch/modules/all/cmake/3.12.4
1614
export BOOST_ROOT=/project/c14/install/kesch/boost/boost_1_67_0
1715
export CUDATOOLKIT_HOME=$CUDA_PATH
1816
export CUDA_ARCH=sm_37

0 commit comments

Comments
 (0)