This repository was archived by the owner on Dec 17, 2020. It is now read-only.
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ For specifics see the LICENSE file contained in the repository or distribution.
73
73
* NVCC 7.5 for CUDA (with gcc 4.8.4)
74
74
* NVCC 8.0.44 for CUDA (with gcc 5.3.0)
75
75
* 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)
76
78
77
79
### Primary tested compilers on Power 8 are:
78
80
* GCC 6.4.0 (OpenMP,Serial)
@@ -109,7 +111,7 @@ GCC: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits
109
111
-Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
110
112
Intel: -Wall -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
111
113
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
113
115
114
116
Other compilers are tested occasionally, in particular when pushing from develop to
115
117
master branch, without -Werror and only for a select set of backends.
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ elif [ "$MACHINE" = "white" ]; then
234
234
BASE_MODULE_LIST=" <COMPILER_NAME>/<COMPILER_VERSION>"
235
235
IBM_MODULE_LIST=" <COMPILER_NAME>/xl/<COMPILER_VERSION>,gcc/7.2.0"
236
236
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"
237
238
238
239
# Don't do pthread on white.
239
240
GCC_BUILD_LIST=" OpenMP,Serial,OpenMP_Serial"
@@ -252,6 +253,7 @@ elif [ "$MACHINE" = "white" ]; then
252
253
" ibm/16.1.0 $IBM_MODULE_LIST $IBM_BUILD_LIST xlC $IBM_WARNING_FLAGS "
253
254
" ibm/16.1.1 $IBM_MODULE_LIST $IBM_BUILD_LIST xlC $IBM_WARNING_FLAGS "
254
255
" 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 "
255
257
)
256
258
fi
257
259
You can’t perform that action at this time.
0 commit comments