We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f94df commit 5ff53caCopy full SHA for 5ff53ca
jenkins/build.sh
@@ -5,14 +5,12 @@ set -e
5
HOST=$(hostname)
6
7
if [[ "$HOST" == kesch* || "$HOST" == escha* ]]; then
8
- module load craype-network-infiniband
+ module load cmake/3.13.4
9
+ module load PE/17.06
10
module load craype-haswell
- module load craype-accel-nvidia35
11
- module load cray-libsci
+ module load craype-network-infiniband
12
+ module load PrgEnv-gnu/17.02
13
module load cudatoolkit/8.0.61
- 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
16
export BOOST_ROOT=/project/c14/install/kesch/boost/boost_1_67_0
17
export CUDATOOLKIT_HOME=$CUDA_PATH
18
export CUDA_ARCH=sm_37
0 commit comments