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