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/distribution/grid_remote_connector.cpp

    r2507 r2589  
    609609    if (commRank==0) color=1 ; 
    610610    MPI_Comm newComm ; 
    611     MPI_Comm_split(localComm_, color, commRank, &newComm) ; 
     611    xios::MPI_Comm_split(localComm_, color, commRank, &newComm) ; 
    612612    if (color==1) 
    613613    { 
     
    620620      MPI_Bcast(indGlo.data(),dataSize,MPI_SIZE_T,0,newComm) ; 
    621621    } 
    622     MPI_Comm_free(&newComm) ; 
     622    xios::MPI_Comm_free(&newComm) ; 
    623623 
    624624    // construct element_[i] from indGlo 
Note: See TracChangeset for help on using the changeset viewer.