-
Notifications
You must be signed in to change notification settings - Fork 41
MPI support #51
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
MPI support #51
Conversation
Added policy's to GooPdf. Added python script to find optimal group/grain size for a given problem.
…transform_reduce'.
…or OMP to not use goofit_policy
…I_CXX_COMPILE_FLAGS
Added CUDA override for group/grain size Fixed code to use THRUST_DEVICE methods for checking CUDA vs OMP versions
MPI version
MPI Documentation
Codecov Report
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
- Coverage 33.8% 33.73% -0.08%
==========================================
Files 25 25
Lines 6552 6572 +20
Branches 1260 1261 +1
==========================================
+ Hits 2215 2217 +2
- Misses 4337 4355 +18
Continue to review full report at Codecov.
|
…moved segfault if PBS env var is missing
Conflicts: README.md include/goofit/Application.h
I think this is pretty close to being ready to merge. @galapaegos, please verify things still work on your end. The change I've made were:
Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes function well, no issues to report.
This is the new MPI support for GooFit.