# # ChangeLog for XIOS3/branches/xios-3.0-beta/src/server.cpp # # Generated by Trac 1.0.1 # 07/02/24 16:45:19 Tue, 14 Feb 2023 10:02:18 GMT jderouillat [2463] * XIOS3/branches/xios-3.0-beta/src/server.cpp (modified) On servers, move first call of CTimer after the first step of servers ... Tue, 22 Nov 2022 11:43:52 GMT jderouillat [2427] * XIOS3/branches/xios-3.0-beta/bld.cfg (modified) * XIOS3/branches/xios-3.0-beta/scripts (added) * XIOS3/branches/xios-3.0-beta/scripts/index_load.html (added) * XIOS3/branches/xios-3.0-beta/scripts/plotly_memory.js (added) * XIOS3/branches/xios-3.0-beta/scripts/xios_memory.html (added) * XIOS3/branches/xios-3.0-beta/src/client.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/cxios.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/cxios.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/filter/model_to_client_source_filter.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/filter/temporal_filter.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/interface/c/iccalendar.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/interface/c/icdata.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/interface/c/icmem_checker.cpp (added) * XIOS3/branches/xios-3.0-beta/src/interface/fortran/imem_checker.F90 (added) * XIOS3/branches/xios-3.0-beta/src/interface/fortran/ixios.F90 (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface_impl.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/mem_checker.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/mem_checker.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/node/context.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/server.cpp (modified) Backport the system to log the memory consumption (commit ID ... 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 ...