-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ask Non-Local Grid From Other MPI Rank #26
Comments
SolutionBecause window creation in MPI RMA operation is a collective operation, every rank must be in the same state. Which means we have to enter this state at the very beginning of the IO. ( I didn't consider load balancing. But if we really need to, we only need to make sure every rank goes to the same function that will enter the same state.) Distinguish local/non-local grids.See At
|
@cindytsai I like this approach. We can easily distinguish local and non-local grids when collecting the complete AMR structure. |
Test RunVolume Rendering
|
Test RunOffAxisProjectionPlot
|
Test RunOffAxisSlicePlot
|
Test RunParticlePlot
Output Expected Output |
Test RunParticleProjectionPlot
MPI = 2 MPI = 1 (Expected) |
Ask Non-Local Grid From Other MPI Rank
libyt
get non local grids from other rank, and pass it back toyt
, just like how derived fields did.The text was updated successfully, but these errors were encountered: