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

Free additional communicators

File:
1 edited

Legend:

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

    r2589 r2591  
    167167           CXios::setXiosComm(xiosGlobalComm) ; 
    168168         } 
     169 
     170         xios::MPI_Comm_free( &interComm ); 
     171         xios::MPI_Comm_free( &splitComm ); 
    169172      } 
    170173      else 
     
    510513    void CClient::finalize(void) 
    511514    { 
    512       
    513515      MPI_Barrier(clientsComm_) ; 
    514516      int commRank ; 
Note: See TracChangeset for help on using the changeset viewer.