We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c723b84 commit 6219751Copy full SHA for 6219751
include/osp/bsp/model/util/CompatibleProcessorRange.hpp
@@ -59,7 +59,7 @@ class CompatibleProcessorRange {
59
instance_ = &inst;
60
61
if constexpr (hasTypedVerticesV<GraphT>) {
62
- typeProcessorIdx_.resize(inst.GetComputationalDag().NumVertexTypes());
+ typeProcessorIdx_.assign(inst.GetComputationalDag().NumVertexTypes(), {});
63
64
for (VTypeT<GraphT> vType = 0; vType < inst.GetComputationalDag().NumVertexTypes(); vType++) {
65
for (unsigned proc = 0; proc < inst.NumberOfProcessors(); proc++) {
0 commit comments