From da1a19b134ae3a6140d06400b83fcb29de3dfd0f Mon Sep 17 00:00:00 2001 From: "Min W. Priest (they/them)" Date: Mon, 9 Sep 2024 16:19:38 -0700 Subject: [PATCH 1/4] added dnnd::add_points method that accepts a YGM container --- include/saltatlas/dnnd/dnnd_simple.hpp | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/include/saltatlas/dnnd/dnnd_simple.hpp b/include/saltatlas/dnnd/dnnd_simple.hpp index 3446a96..7fcf01a 100644 --- a/include/saltatlas/dnnd/dnnd_simple.hpp +++ b/include/saltatlas/dnnd/dnnd_simple.hpp @@ -144,6 +144,18 @@ class dnnd { m_comm.barrier(); } + /// \brief Add points to the internal point store. + /// All ranks must call this function although some ranks add no points. + /// \tparam container_type Associative YGM container type for key-value store. + /// \param container Associative YGM container. + template