From 32c15ec9a22a24ef56d7e0617c48358851ce399e Mon Sep 17 00:00:00 2001 From: Brian Kelley Date: Wed, 29 Nov 2023 10:58:21 -0700 Subject: [PATCH] Tpetra: remove FE assembly 1 rank test FE perf tests use an 8192^2 quad mesh (9-pt stencil). When running on one vortex rank (V100 16GB), memory allocations fail reliably. --- .../example/Finite-Element-Assembly/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/tpetra/core/example/Finite-Element-Assembly/CMakeLists.txt b/packages/tpetra/core/example/Finite-Element-Assembly/CMakeLists.txt index c7ccdad58f03..bc7bc10ea410 100644 --- a/packages/tpetra/core/example/Finite-Element-Assembly/CMakeLists.txt +++ b/packages/tpetra/core/example/Finite-Element-Assembly/CMakeLists.txt @@ -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