File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ build:ibm:
3535 SCHEDULER_PARAMETERS : " -ppower9 -t 1:00:00 -N 1 --ntasks-per-node=16"
3636 script :
3737 - module load ibm
38+ - module load cuda/11.0
3839 - git submodule update --init
3940 - ./autogen.pl
40- - ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
41+ - ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal --with-cuda=/usr/local/cuda-11.0 --with-ucx=$UCX_INSTALL_PATH_P9
4142 - make -j 8 install
4243 - make check
4344 - export PATH=$PWD/install_test/bin:$PATH
@@ -134,6 +135,7 @@ test:ibm:
134135 - pwd
135136 - ls
136137 - module load ibm
138+ - module load cuda/11.0
137139 - export PATH=$PWD/install_test/bin:$PATH
138140 - which mpirun
139141 - cd examples
You can’t perform that action at this time.
0 commit comments