-
Notifications
You must be signed in to change notification settings - Fork 16
Replace vpicio and bdcats with multiple time step version #297
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
base: develop
Are you sure you want to change the base?
Conversation
| if (comm != 0) | ||
| MPI_Barrier(comm); | ||
| #endif | ||
| /* #ifdef ENABLE_MPI */ |
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.
Leave the commented out for now as a placeholder, may need to revisit the barrier setting if we need performance improvement.
|
@jeanbez, the "NERSC / Perlmutter" CI check doesn't seem to report back to github even after all are passed, any idea? |
Should be okay now @houjun any other changes for @TheAssembler1 ? |
Related Issues / Pull Requests
Description
Replace vpicio and bdcats with multiple time step version.
Also fixed a MPI_Barrier issue that may be triggered when some client need to send the data to multiple servers while others only need to send to one server.
What changes are proposed in this pull request?
Checklist: