Ignore:
Timestamp:
09/30/21 14:22:35 (3 years ago)
Author:
jderouillat
Message:

Operate MPI windows free. Otherwise MPI will try to free it itself without respecting an adapted order, which will lead to a deadlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp

    r2230 r2240  
    742742          notifiedFinalized=client->isNotifiedFinalized() ; 
    743743        } while (!notifiedFinalized) ; 
     744        server->releaseBuffers(); 
    744745        client->releaseBuffers(); 
    745746        info(100)<<"DEBUG: context "<<getId()<<" release client ok"<<endl ; 
     
    770771      { 
    771772        closeAllFile(); 
     773        client->releaseBuffers(); 
    772774      } 
    773775 
Note: See TracChangeset for help on using the changeset viewer.