Skip to content

Commit

Permalink
Merge Pull Request #6748 from trilinos/Trilinos/tpetra-disable-kokkos…
Browse files Browse the repository at this point in the history
…-warnings

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: tpetra: disable kokkos warnings in initialize tests
PR Author: ndellingwood
  • Loading branch information
trilinos-autotester authored Feb 4, 2020
2 parents 4a00337 + 884023e commit 809e52e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tpetra/core/test/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
initialize_tpetra_inits_kokkos
COMM serial mpi
NUM_MPI_PROCS 1
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -67,6 +68,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
ScopeGuard_tpetra_inits_kokkos
COMM serial mpi
NUM_MPI_PROCS 1
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -76,6 +78,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
initialize_user_inits_kokkos
COMM serial mpi
NUM_MPI_PROCS 1
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -85,6 +88,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
ScopeGuard_user_inits_kokkos
COMM serial mpi
NUM_MPI_PROCS 1
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -94,6 +98,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
initialize_tpetra_inits_mpi_user_inits_kokkos
COMM mpi
NUM_MPI_PROCS 2
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -103,6 +108,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
ScopeGuard_tpetra_inits_mpi_user_inits_kokkos
COMM mpi
NUM_MPI_PROCS 2
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -112,6 +118,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
initialize_user_inits_mpi_tpetra_inits_kokkos
COMM mpi
NUM_MPI_PROCS 2
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -121,6 +128,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
ScopeGuard_user_inits_mpi_tpetra_inits_kokkos
COMM mpi
NUM_MPI_PROCS 2
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand Down
2 changes: 2 additions & 0 deletions packages/tpetra/core/test/Map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
SOURCES
Map_warn_on_post_finalize_destruction
COMM serial mpi
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand All @@ -212,6 +213,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
SOURCES
Map_no_warn_on_pre_finalize_destruction
COMM serial mpi
ENVIRONMENT KOKKOS_DISABLE_WARNINGS=ON
STANDARD_PASS_OUTPUT
)

Expand Down

0 comments on commit 809e52e

Please sign in to comment.