Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit 503468c

Browse files
committed
test_all_sandia: update for cuda/10 on white
1 parent 558a279 commit 503468c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ For specifics see the LICENSE file contained in the repository or distribution.
7373
* NVCC 7.5 for CUDA (with gcc 4.8.4)
7474
* NVCC 8.0.44 for CUDA (with gcc 5.3.0)
7575
* NVCC 9.1 for CUDA (with gcc 6.1.0)
76+
* NVCC 9.2 for CUDA (with gcc 7.2.0)
77+
* NVCC 10.0 for CUDA (with gcc 7.4.0)
7678

7779
### Primary tested compilers on Power 8 are:
7880
* GCC 6.4.0 (OpenMP,Serial)
@@ -109,7 +111,7 @@ GCC: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits
109111
-Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
110112
Intel: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
111113
Clang: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
112-
NVCC: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
114+
NVCC: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
113115

114116
Other compilers are tested occasionally, in particular when pushing from develop to
115117
master branch, without -Werror and only for a select set of backends.

scripts/testing_scripts/test_all_sandia

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ elif [ "$MACHINE" = "white" ]; then
234234
BASE_MODULE_LIST="<COMPILER_NAME>/<COMPILER_VERSION>"
235235
IBM_MODULE_LIST="<COMPILER_NAME>/xl/<COMPILER_VERSION>,gcc/7.2.0"
236236
CUDA_MODULE_LIST="<COMPILER_NAME>/<COMPILER_VERSION>,gcc/7.2.0,ibm/xl/16.1.0"
237+
CUDA10_MODULE_LIST="<COMPILER_NAME>/<COMPILER_VERSION>,gcc/7.4.0,ibm/xl/16.1.0"
237238

238239
# Don't do pthread on white.
239240
GCC_BUILD_LIST="OpenMP,Serial,OpenMP_Serial"
@@ -252,6 +253,7 @@ elif [ "$MACHINE" = "white" ]; then
252253
"ibm/16.1.0 $IBM_MODULE_LIST $IBM_BUILD_LIST xlC $IBM_WARNING_FLAGS"
253254
"ibm/16.1.1 $IBM_MODULE_LIST $IBM_BUILD_LIST xlC $IBM_WARNING_FLAGS"
254255
"cuda/9.2.88 $CUDA_MODULE_LIST $CUDA_IBM_BUILD_LIST ${KOKKOS_PATH}/bin/nvcc_wrapper $CUDA_WARNING_FLAGS"
256+
"cuda/10.0.130 $CUDA10_MODULE_LIST $CUDA_IBM_BUILD_LIST ${KOKKOS_PATH}/bin/nvcc_wrapper $CUDA_WARNING_FLAGS"
255257
)
256258
fi
257259

0 commit comments

Comments
 (0)