Changeset 2602


Ignore:
Timestamp:
11/27/23 11:26:01 (6 months ago)
Author:
ymipsl
Message:

bug fix : incorrect call to mpi_comm_free

YM

File:
1 edited

Legend:

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

    r2591 r2602  
    166166           xios::MPI_Intercomm_merge(interComm,true,&xiosGlobalComm) ; 
    167167           CXios::setXiosComm(xiosGlobalComm) ; 
     168           xios::MPI_Comm_free( &interComm ); 
    168169         } 
    169  
    170          xios::MPI_Comm_free( &interComm ); 
    171170         xios::MPI_Comm_free( &splitComm ); 
    172171      } 
Note: See TracChangeset for help on using the changeset viewer.