Skip to content

Commit 3596004

Browse files
committed
Revert "Replace Kokkos_ENABLE_CUDA_UVM with new flags"
This reverts commit 4ea3c76. These flags are not working and our weaver nightlies haven't been using them anyways (the script needs to be manually copied to project space). See #1025
1 parent 91bb8bd commit 3596004

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/dashboards/perlmutter-p1.nersc.gov/cuda-uvm/do-cmake-pm_gpu-trilinos

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ cmake \
6060
\
6161
-D Kokkos_ENABLE_CUDA:BOOL=ON \
6262
-D Kokkos_ENABLE_CUDA_LAMBDA:BOOL=ON \
63-
-D KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON \
64-
-D Tpetra_ALLOCATE_IN_SHARED_SPACE=ON \
63+
-D Kokkos_ENABLE_CUDA_UVM:BOOL=ON \
6564
-D Kokkos_ENABLE_EXAMPLES:BOOL=OFF \
6665
-D Trilinos_ENABLE_Epetra:BOOL=OFF \
6766
-D Trilinos_ENABLE_EpetraExt:BOOL=OFF \

doc/dashboards/weaver.sandia.gov/do-cmake-weaver-trilinos

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ cmake \
3636
-D Trilinos_VERBOSE_CONFIGURE:BOOL=OFF \
3737
-D Trilinos_WARNINGS_AS_ERRORS_FLAGS:STRING='' \
3838
-D Kokkos_ENABLE_CUDA:BOOL=ON \
39-
-D KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON \
40-
-D Tpetra_ALLOCATE_IN_SHARED_SPACE=ON \
39+
-D Kokkos_ENABLE_CUDA_UVM:BOOL=ON \
4140
-D Kokkos_ENABLE_EXAMPLES:BOOL=OFF \
4241
-D Kokkos_ENABLE_OPENMP:BOOL=OFF \
4342
-D Kokkos_ENABLE_PTHREAD:BOOL=OFF \

0 commit comments

Comments
 (0)