-
Couldn't load subscription status.
- Fork 16
Draft: Rename collective calls #290
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?
Draft: Rename collective calls #290
Conversation
25da06d to
487e7cf
Compare
|
Can we unify if we pass the MPI communicator as well? |
7c4c09b to
2401eb8
Compare
|
I added the communicator to the Client API calls. This required some of the tests to change since some of the serial tests were calling collective calls which would previously work on those that did not require the MPI communicator. I've added conditional macros to call the collective/independent version depending on if |
|
Also, previously, the |
|
Some of the collective private client PDC functions use a global variable |
Rename all client API collective calls to be suffixed with
_coll.Locally compilation with and without
PDC_ENABLE_MPIsucceeds. Also the serial and shared tests work as expected locally.#288