Skip to content
Snippets Groups Projects

Replace CollectiveCommunication by Communication

Merged Oliver Sander requested to merge replace-collective-communication into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -580,7 +580,7 @@ public:
{}
/** dummy collective communication */
const typename Traits::CollectiveCommunication& comm () const
const typename Traits::Communication& comm () const
{
return ccobj_;
}
@@ -687,7 +687,7 @@ public:
}
//! Collective communication interface
typename Traits::CollectiveCommunication ccobj_;
typename Traits::Communication ccobj_;
template<std::size_t... dimEntity>
static auto makeEntityImpsImpl_(std::index_sequence<dimEntity...>, std::size_t numLevels)
Loading