source: XIOS3/trunk/src/manager/window_base.cpp @ 2517

Last change on this file since 2517 was 2517, checked in by ymipsl, 13 months ago

New way to manage locks in window manager. Windows is locked with MPI_Win_lock_all at creation (shared mode), and lock is manage by software way in the class (using MPI_swap_and_compare and MPI_Fetch_op). We get in this case a better control of lock, with controled latency between each attemp of lock.

YM

  • Property svn:executable set to *
File size: 60 bytes
Line 
1#include "window_base.hpp"
2
3namespace xios
4{
5 
6 
7}
Note: See TracBrowser for help on using the repository browser.