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