Skip to content

Commit f7f0e3d

Browse files
committed
Load cmake module
1 parent 416db52 commit f7f0e3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.jenkins/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pipeline {
7373
dir('CPPuddle') {
7474
sh '''
7575
. /usr/local.nfs/Modules/latest/init/sh
76-
module load cuda
76+
module load cuda cmake
7777
./scripts/build_dependencies.sh ${build_type} ${compiler}
7878
'''
7979
}
@@ -84,7 +84,7 @@ pipeline {
8484
dir('CPPuddle') {
8585
sh '''
8686
. /usr/local.nfs/Modules/latest/init/sh
87-
module load cuda
87+
module load cuda cmake
8888
./scripts/configure_build_directory.sh ${build_type} ${compiler}
8989
cd build/${compiler}-${build_type}
9090
make -j4
@@ -97,7 +97,7 @@ pipeline {
9797
dir('CPPuddle') {
9898
sh '''
9999
. /usr/local.nfs/Modules/latest/init/sh
100-
module load cuda
100+
module load cuda cmake
101101
cd build/${compiler}-${build_type}
102102
ctest -j4
103103
'''

0 commit comments

Comments
 (0)