Skip to content

Commit 5082ef8

Browse files
authored
update blt, RAJA, CHAI, Caliper, adiak, conduit (#323)
* update LC tpl path * change in raja interface
1 parent 8ddb4c9 commit 5082ef8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
set(GEOSX_TPL_ROOT_DIR /usr/gapps/GEOSX/thirdPartyLibs CACHE PATH "")
2-
set(GEOSX_TPL_DIR ${GEOSX_TPL_ROOT_DIR}/2024-07-11/install-${CONFIG_NAME}-release CACHE PATH "")
2+
set(GEOSX_TPL_DIR ${GEOSX_TPL_ROOT_DIR}/2024-07-16/install-${CONFIG_NAME}-release CACHE PATH "")

unitTests/testUtils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ template< unsigned long THREADS_PER_BLOCK >
6666
using parallelDevicePolicy = RAJA::cuda_exec< THREADS_PER_BLOCK >;
6767

6868

69-
template< typename X, typename Y, size_t BLOCK_SIZE, bool ASYNC >
70-
struct RAJAHelper< RAJA::policy::cuda::cuda_exec_explicit< X, Y, BLOCK_SIZE, ASYNC > >
69+
template< typename X, typename Y, typename C, size_t BLOCK_SIZE, bool ASYNC >
70+
struct RAJAHelper< RAJA::policy::cuda::cuda_exec_explicit< X, Y, C, BLOCK_SIZE, ASYNC > >
7171
{
7272
using ReducePolicy = RAJA::cuda_reduce;
7373
using AtomicPolicy = RAJA::cuda_atomic;

0 commit comments

Comments
 (0)