Ignore:
Timestamp:
10/06/23 11:32:05 (8 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/manager/services.cpp

    r2580 r2589  
    2121    int localRank, globalRank, commSize ; 
    2222 
    23     MPI_Comm_dup(serviceComm, &serviceComm_) ; 
     23    xios::MPI_Comm_dup(serviceComm, &serviceComm_) ; 
    2424    CXios::getMpiGarbageCollector().registerCommunicator(serviceComm_) ; 
    2525    MPI_Comm globalComm_=CXios::getXiosComm() ; 
Note: See TracChangeset for help on using the changeset viewer.