Openmp hybrid parallelism#1
Open
cjllorente827 wants to merge 245 commits into
Open
Conversation
Using `precision-32`/`precision-64`, CallInSitulibyt.C can compile. But in `precision-32`, `Grid_ComputeCoolingTime.C` failed to compile, while `precision-64` still works. I'm assuming this problem is in enzo.
Co-authored-by: Claire Kopenhafer <kopenhaf@msu.edu>
Using GalaxySimulation for test run, but the results is not the same compare to the post-processing..
Will fix these in the future.
Update doc
Add support for libyt
It is actually density so we need to multiple grid unit length before passing to libyt.
TimeLastLibytCall and dtLibytCall are counterparts of TimeLastDataDump and dtDataDump, but they call in situ libyt routine instead of dumping data.
I have no idea why this isn't showing up in the first enzo-dev main pr.
Fix setting code parameters
Fix cannot compile without using libyt.
Fix and enhancement for libyt in situ feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows Enzo to be run in hybrid parallel mode which uses multiple processes at the internode level and threads at the intranode level to reduce overhead from interprocess communication.