Skip to content

Commit

Permalink
Revert "Replace Kokkos_ENABLE_CUDA_UVM with new flags"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jewatkins committed Apr 1, 2024
1 parent 91bb8bd commit 3596004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ cmake \
\
-D Kokkos_ENABLE_CUDA:BOOL=ON \
-D Kokkos_ENABLE_CUDA_LAMBDA:BOOL=ON \
-D KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON \
-D Tpetra_ALLOCATE_IN_SHARED_SPACE=ON \
-D Kokkos_ENABLE_CUDA_UVM:BOOL=ON \
-D Kokkos_ENABLE_EXAMPLES:BOOL=OFF \
-D Trilinos_ENABLE_Epetra:BOOL=OFF \
-D Trilinos_ENABLE_EpetraExt:BOOL=OFF \
Expand Down
3 changes: 1 addition & 2 deletions doc/dashboards/weaver.sandia.gov/do-cmake-weaver-trilinos
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ cmake \
-D Trilinos_VERBOSE_CONFIGURE:BOOL=OFF \
-D Trilinos_WARNINGS_AS_ERRORS_FLAGS:STRING='' \
-D Kokkos_ENABLE_CUDA:BOOL=ON \
-D KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON \
-D Tpetra_ALLOCATE_IN_SHARED_SPACE=ON \
-D Kokkos_ENABLE_CUDA_UVM:BOOL=ON \
-D Kokkos_ENABLE_EXAMPLES:BOOL=OFF \
-D Kokkos_ENABLE_OPENMP:BOOL=OFF \
-D Kokkos_ENABLE_PTHREAD:BOOL=OFF \
Expand Down

0 comments on commit 3596004

Please sign in to comment.