Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for all result before abort message is spread over vertices #80

Merged

Conversation

erikzenker
Copy link
Member

Figured out a small bug within the graybat code which does not occur in a single GPU setup,
thus there is even more need for a testing node containing at least two GPUs for testing (related to #53)

  • Received results are counted by nReceivedResults
  • The main loop is finished when all results were received nReceivedResults == samples.size()
  • All vertices still waiting on request, receive abort message through master.spread(abortMsg)

@erikzenker
Copy link
Member Author

CI fails: Error: Failed to create build container. Internal Server Error

@erikzenker
Copy link
Member Author

@slizzered: thx for the fast fix, CI works now correclty.

slizzered added a commit that referenced this pull request Aug 28, 2015
Wait for all result before abort message is spread over vertices
@slizzered slizzered merged commit 24a5bc4 into ComputationalRadiationPhysics:dev Aug 28, 2015
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.

2 participants