- Timestamp:
- 09/30/21 14:22:35 (3 years ago)
- Location:
- XIOS/dev/dev_ym/XIOS_COUPLING/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp
r2229 r2240 373 373 buffers.clear(); 374 374 375 / *don't know when release windows375 // don't know when release windows 376 376 377 377 if (!isAttachedModeEnabled()) … … 383 383 } 384 384 } 385 */ 385 386 386 } 387 387 -
XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp
r2230 r2240 412 412 } 413 413 } while (! out) ; 414 MPI_Win_free(&windows[0]) ; 415 MPI_Win_free(&windows[1]) ; 414 416 } 415 417 … … 441 443 context->finalize(); 442 444 443 / *don't know where release windows445 // don't know where release windows 444 446 MPI_Win_free(&windows[0]) ; 445 447 MPI_Win_free(&windows[1]) ; 446 */448 447 449 std::map<int, StdSize>::const_iterator itbMap = mapBufferSize_.begin(), 448 450 iteMap = mapBufferSize_.end(), itMap; -
XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp
r2230 r2240 742 742 notifiedFinalized=client->isNotifiedFinalized() ; 743 743 } while (!notifiedFinalized) ; 744 server->releaseBuffers(); 744 745 client->releaseBuffers(); 745 746 info(100)<<"DEBUG: context "<<getId()<<" release client ok"<<endl ; … … 770 771 { 771 772 closeAllFile(); 773 client->releaseBuffers(); 772 774 } 773 775
Note: See TracChangeset
for help on using the changeset viewer.