Skip to content
  • Mark OLESEN's avatar
    ENH: cleaner separation of global and local world naming · ffeef76d
    Mark OLESEN authored and Andrew Heather's avatar Andrew Heather committed
    - UPstream::globalComm constant always refers to MPI_COMM_WORLD but
      UPstream::worldComm could be MPI_COMM_WORLD (single world)
      or a dedicated local communicator (for multi-world).
    
    - provide a Pstream wrapped version of MPI_COMM_SELF,
      references as UPstream::selfComm
    
    - UPstream::isUserComm(label)
      test for additional user-defined communicators
    ffeef76d