Ignore:
Timestamp:
10/05/23 16:02:02 (9 months ago)
Author:
ymipsl
Message:

Set overload of mpi functions in xios namespace, so only XIOS MPI calls will be intercepted.
YM

File:
1 edited

Legend:

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

    r2580 r2584  
    2222  { 
    2323    auto it = commTrack_.find(comm) ; 
    24     if (it == commTrack_.end())  info(100)<<"WARNING : CCommtrack::releaseComm => Communicator not allocated !" << endl ; 
     24    //if (it == commTrack_.end())  info(100)<<"WARNING : CCommtrack::releaseComm => Communicator not allocated !" << endl ; 
     25    if (it == commTrack_.end())  { ERROR("void CCommTrack::releaseComm(const MPI_Comm& comm)",<<"Communicator not allocated !" << endl) ; } 
    2526    else commTrack_.erase(it) ; 
    2627  } 
Note: See TracChangeset for help on using the changeset viewer.