# # ChangeLog for XIOS3/branches/xios-3.0-beta/src/transport/one_sided_context_server.cpp # # Generated by Trac 1.0.1 # 06/28/24 04:14:38 Tue, 27 Jun 2023 09:08:52 GMT jderouillat [2525] * XIOS3/branches/xios-3.0-beta/src/transport/one_sided_context_server.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/transport/one_sided_context_server.hpp (modified) Use a list in the one-sided protocol to handle safely the ... Fri, 23 Jun 2023 14:22:08 GMT jderouillat [2524] * XIOS3/branches/xios-3.0-beta/src/transport/one_sided_client_buffer.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/transport/one_sided_client_buffer.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/transport/one_sided_context_server.cpp (modified) Replace MPI probing on intercommunicator by probing on intracommunicator ... Thu, 06 Oct 2022 09:28:18 GMT ymipsl [2414] * XIOS3/branches/xios-3.0-beta (copied) Create pre-stable beta version of xios-3.0 Fri, 09 Sep 2022 15:23:16 GMT ymipsl [2399] * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/timer.hpp (modified) * XIOS3/trunk/src/transport/one_sided_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/one_sided_client_buffer.hpp (modified) * XIOS3/trunk/src/transport/one_sided_context_client.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_server_buffer.cpp (modified) * XIOS3/trunk/src/transport/one_sided_server_buffer.hpp (modified) -Fix performance issue in one_sided protocol - better timer ...