Skip to content

Conversation

@tonibohnlein
Copy link
Collaborator

Revision bsp schedule classes

}

stepProcessorVertices_[superstep][assignedProcessor].insert(node);
if (superstep < numberOfSupersteps_) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the 'superstep' param is invalid, I wonder what's best; to throw an error, to keep the schedule unchanged, or to make the node unassigned (as here)

}

stepProcessorVertices_[assignedStep][processor].insert(node);
if (assignedStep < numberOfSupersteps_ && processor < instance_->NumberOfProcessors()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure I get the first half of this 'if'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants