From 14d2f2c06e3b487173fa254ffffb2622e592ddf8 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 23 Aug 2026 02:38:23 -0400 Subject: [PATCH] Improvements --- Grid/algorithms/multigrid/RecursiveSchurInverse.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Grid/algorithms/multigrid/RecursiveSchurInverse.h b/Grid/algorithms/multigrid/RecursiveSchurInverse.h index 89b5bba10..87e54352a 100644 --- a/Grid/algorithms/multigrid/RecursiveSchurInverse.h +++ b/Grid/algorithms/multigrid/RecursiveSchurInverse.h @@ -120,6 +120,7 @@ public: uint64_t bytesAllreduce; uint64_t nAllreduce; // panel collectives uint64_t nGatherGemm; // GatherGemm calls + uint64_t nGather; // AllGatherV collectives (debug gate) // Persistent grow-only device panel; assembly and collectives are // device-resident. Device builds require GPU-aware MPI. @@ -390,8 +391,13 @@ public: for(int r=0;r