Changeset 1859


Ignore:
Timestamp:
02/17/20 16:09:17 (4 years ago)
Author:
aclsce
Message:
  • Changed call to mpi_comm_free (the call is performed earlier) to be synchronized with the same call on the server side.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-2.5/src/client.cpp

    r1243 r1859  
    221221        MPI_Intercomm_merge(contextInterComm,0,&inter) ; 
    222222        MPI_Barrier(inter) ; 
     223        MPI_Comm_free(&inter); 
    223224 
    224225        context->initClient(contextComm,contextInterComm) ; 
    225226 
    226227        contextInterComms.push_back(contextInterComm); 
    227         MPI_Comm_free(&inter); 
    228228        delete [] buff ; 
    229229 
Note: See TracChangeset for help on using the changeset viewer.