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

Free additional communicators

File:
1 edited

Legend:

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

    r2589 r2591  
    152152        xios::MPI_Intercomm_merge(interComm,false,&xiosGlobalComm) ; 
    153153        CXios::setXiosComm(xiosGlobalComm) ; 
     154 
     155        xios::MPI_Comm_free( &interComm ); 
     156        xios::MPI_Comm_free( &splitComm ); 
    154157      } 
    155158      else 
Note: See TracChangeset for help on using the changeset viewer.