SpECTRE
v2025.03.17
|
The set of nodes that have contributed to each ObservationId
for writing reduction data.
More...
#include <Tags.hpp>
Public Types | |
using | type = std::unordered_map< ObservationId, std::unordered_set< size_t > > |
The set of nodes that have contributed to each ObservationId
for writing reduction data.
This is used on node 0 (or whichever node has been designated as the one to write the reduction files). The unordered_set
is the node IDs that have contributed so far.