Skip to content

Commit

Permalink
Tpetra: remove FE assembly 1 rank test
Browse files Browse the repository at this point in the history
FE perf tests use an 8192^2 quad mesh (9-pt stencil).
When running on one vortex rank (V100 16GB), memory allocations
fail reliably.
  • Loading branch information
brian-kelley committed Nov 29, 2023
1 parent 82282c7 commit 32c15ec
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ TRIBITS_ADD_TEST(
# Performance Testing
###################################

TRIBITS_ADD_TEST(
FEMAssembly
NAME Performance_StrongScaling_FEMAssembly_InsertGlobalIndicesFESPKokkos
ARGS "--with-insert-global-indices-fe --num-elements-x=8192 --num-elements-y=8192 --kokkos"
COMM mpi
NUM_MPI_PROCS 1
STANDARD_PASS_OUTPUT
RUN_SERIAL
CATEGORIES PERFORMANCE
)

TRIBITS_ADD_TEST(
FEMAssembly
NAME Performance_StrongScaling_FEMAssembly_InsertGlobalIndicesFESPKokkos
Expand Down

0 comments on commit 32c15ec

Please sign in to comment.