NexGenAnalytics / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
0 stars 2 forks source link

Zoltan: Assess MPI_COMM_WORLD usage and implement a getter #42

Closed stmcgovern closed 1 year ago

stmcgovern commented 1 year ago

In the Zoltan package (NOT Zoltan2):

  1. Start looking for places where MPI_COMM_WORLD is used as a global variable.
  2. Determine what the communicator is through a "getCommunicator" (to be implemented) function call.