Ignore:
Timestamp:
10/06/23 11:32:05 (9 months ago)
Author:
jderouillat
Message:

Specify the usage of the xios namespace to overload the MPI funtions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/event_scheduler.cpp

    r2570 r2589  
    2727  void CEventScheduler::initialize(const MPI_Comm& comm)  
    2828  { 
    29     MPI_Comm_dup(comm, &communicator_) ; 
     29    xios::MPI_Comm_dup(comm, &communicator_) ; 
    3030    CXios::getMpiGarbageCollector().registerCommunicator(communicator_) ; 
    3131    MPI_Comm_size(communicator_,&mpiSize_) ; 
     
    123123    if (child->isRoot()) color=1 ; 
    124124    else color=0 ; 
    125     MPI_Comm_split(communicator_, color, mpiRank_, &newComm) ; 
     125    xios::MPI_Comm_split(communicator_, color, mpiRank_, &newComm) ; 
    126126    CXios::getMpiGarbageCollector().registerCommunicator(newComm) ; 
    127127 
Note: See TracChangeset for help on using the changeset viewer.