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

Fix rank>0 thread exiting during SparseGP multiprocessing #731

Merged
merged 1 commit into from Apr 17, 2022

Conversation

1heart
Copy link
Contributor

@1heart 1heart commented Feb 8, 2019

If you run mpiexec -n 2 on any code to try to use MPI multiprocessing for SparseGPRegression, it crashes (see #618) because the rank>1 processes do not have ret defined.

@codecov-io
Copy link

Codecov Report

Merging #731 into devel will decrease coverage by <.01%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           devel     #731      +/-   ##
=========================================
- Coverage     54%   53.99%   -0.01%     
=========================================
  Files        207      207              
  Lines      20955    20956       +1     
  Branches    2818     2818              
=========================================
  Hits       11316    11316              
- Misses      9123     9124       +1     
  Partials     516      516

@ekalosak ekalosak merged commit 0a9893e into SheffieldML:devel Apr 17, 2022
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.

None yet

3 participants