# # ChangeLog for XIOS3/trunk/src/transport # # Generated by Trac 1.0.1 # 07/02/24 11:10:30 Wed, 13 Sep 2023 10:28:29 GMT jderouillat [2564] * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/transport/context_client.hpp (modified) * XIOS3/trunk/src/transport/context_server.hpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.hpp (modified) Clean memory leaks Tue, 12 Sep 2023 06:58:14 GMT jderouillat [2563] * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.hpp (modified) Delete debugging code lines pushed by mistake Tue, 12 Sep 2023 06:52:28 GMT jderouillat [2562] * XIOS3/trunk/src/manager/ressources_manager.cpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.hpp (modified) Add the missing delete tokenManager_ Mon, 11 Sep 2023 12:47:01 GMT jderouillat [2561] * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.hpp (modified) Forced the request processing, on servers, to be ordered in the one- ... Mon, 11 Sep 2023 12:31:18 GMT jderouillat [2560] * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.hpp (modified) Forced the request processing, on servers, to be ordered in the P2P ... Mon, 11 Sep 2023 08:44:17 GMT jderouillat [2559] * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.hpp (modified) Forced the request processing, on servers, to start with the buffer ... Wed, 06 Sep 2023 12:53:33 GMT ymipsl [2558] * XIOS3/trunk/src/buffer_server.cpp (modified) * XIOS3/trunk/src/buffer_server.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_client_buffer.hpp (modified) * XIOS3/trunk/src/transport/one_sided_server_buffer.hpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.hpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.hpp (modified) p2p transport protocol - bug fix - more diagnostics - set buffer ... Mon, 04 Sep 2023 17:24:43 GMT ymipsl [2557] * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (modified) Bug fix for new p2p protocol. YM Mon, 04 Sep 2023 10:19:46 GMT ymipsl [2556] * XIOS3/trunk/src/transport/context_client.cpp (modified) * XIOS3/trunk/src/transport/context_client.hpp (modified) * XIOS3/trunk/src/transport/context_server.cpp (modified) * XIOS3/trunk/src/transport/context_server.hpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (added) * XIOS3/trunk/src/transport/p2p_client_buffer.hpp (added) * XIOS3/trunk/src/transport/p2p_context_client.cpp (added) * XIOS3/trunk/src/transport/p2p_context_client.hpp (added) * XIOS3/trunk/src/transport/p2p_context_server.cpp (added) * XIOS3/trunk/src/transport/p2p_context_server.hpp (added) * XIOS3/trunk/src/transport/p2p_cs_buffer_base.hpp (added) * XIOS3/trunk/src/transport/p2p_server_base.hpp (added) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (added) * XIOS3/trunk/src/transport/p2p_server_buffer.hpp (added) First version on the point to point transport protocol, activated by the ... Mon, 04 Sep 2023 10:13:30 GMT ymipsl [2555] * XIOS3/trunk/src/transport/one_sided_context_client.cpp (modified) Bug fix for one sided client. May lead to not close context. YM Wed, 30 Aug 2023 09:33:23 GMT jderouillat [2551] * XIOS3/trunk/src/transport/context_client.cpp (modified) * XIOS3/trunk/src/transport/context_server.cpp (modified) Add a test on the inter-communicator in ContextClient and ContextServer ... Tue, 29 Aug 2023 15:24:04 GMT ymipsl [2547] * XIOS3/trunk/src/buffer_client.cpp (modified) * XIOS3/trunk/src/buffer_client.hpp (modified) * XIOS3/trunk/src/buffer_server.cpp (modified) * XIOS3/trunk/src/buffer_server.hpp (modified) * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/cxios.cpp (modified) * XIOS3/trunk/src/cxios.hpp (modified) * XIOS3/trunk/src/manager/daemons_manager.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.hpp (modified) * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/manager/server_context.hpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/servers_ressource.hpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/manager/services.hpp (modified) * XIOS3/trunk/src/manager/thread_manager.cpp (added) * XIOS3/trunk/src/manager/thread_manager.hpp (added) * XIOS3/trunk/src/manager/token_manager.hpp (modified) * XIOS3/trunk/src/manager/window_base.hpp (modified) * XIOS3/trunk/src/manager/window_dynamic.hpp (added) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/node/pool_node.cpp (modified) * XIOS3/trunk/src/node/service_node.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transport/context_client.cpp (modified) * XIOS3/trunk/src/transport/context_client.hpp (modified) * XIOS3/trunk/src/transport/context_server.cpp (modified) * XIOS3/trunk/src/transport/context_server.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.hpp (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_client.hpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_server_buffer.hpp (modified) Major update : - New method to lock and unlock one-sided windows ... Fri, 30 Jun 2023 08:14:07 GMT jderouillat [2528] * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) Fix intracommunicator probing for attached mode Thu, 29 Jun 2023 09:17:44 GMT jderouillat [2526] * 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_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.hpp (modified) Backport intracommunicator probing and a nonblocking communication fix ... Wed, 21 Jun 2023 10:06:18 GMT jderouillat [2520] * XIOS3/trunk/src/test/generic_testcase.f90 (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/xios_test_suite/ARCH/arch-X64_JEANZAY.env (modified) Replace MPI probing on intercommunicator by probing on intracommunicator Thu, 01 Jun 2023 08:58:08 GMT ymipsl [2507] * XIOS3/trunk/src/config/domain_attribute.conf (modified) * XIOS3/trunk/src/config/node_type.conf (modified) * XIOS3/trunk/src/config/redistribute_axis_attribute.conf (added) * XIOS3/trunk/src/config/redistribute_domain_attribute.conf (added) * XIOS3/trunk/src/config/redistribute_scalar_attribute.conf (added) * XIOS3/trunk/src/distribution/grid_remote_connector.cpp (modified) * XIOS3/trunk/src/distribution/transform_connector.hpp (modified) * XIOS3/trunk/src/filter/client_online_reader_filter.cpp (added) * XIOS3/trunk/src/filter/client_online_reader_filter.hpp (added) * XIOS3/trunk/src/filter/client_online_writer_filter.cpp (added) * XIOS3/trunk/src/filter/client_online_writer_filter.hpp (added) * XIOS3/trunk/src/filter/file_writer_store_filter.cpp (modified) * XIOS3/trunk/src/filter/grid_redistribute_filter.cpp (added) * XIOS3/trunk/src/filter/grid_redistribute_filter.hpp (added) * XIOS3/trunk/src/filter/grid_redistribute_filter_in.cpp (added) * XIOS3/trunk/src/filter/grid_redistribute_filter_in.hpp (added) * XIOS3/trunk/src/filter/output_pin.hpp (modified) * XIOS3/trunk/src/generate_fortran_interface.cpp (modified) * XIOS3/trunk/src/group_factory_decl.cpp (modified) * XIOS3/trunk/src/group_template_decl.cpp (modified) * XIOS3/trunk/src/io/nc4_data_input.cpp (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/mpi_tools.cpp (modified) * XIOS3/trunk/src/node/axis.cpp (modified) * XIOS3/trunk/src/node/axis.hpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/node/domain.cpp (modified) * XIOS3/trunk/src/node/domain.hpp (modified) * XIOS3/trunk/src/node/field.cpp (modified) * XIOS3/trunk/src/node/field.hpp (modified) * XIOS3/trunk/src/node/file.cpp (modified) * XIOS3/trunk/src/node/file.hpp (modified) * XIOS3/trunk/src/node/grid.cpp (modified) * XIOS3/trunk/src/node/grid.hpp (modified) * XIOS3/trunk/src/node/node_enum.hpp (modified) * XIOS3/trunk/src/node/node_type.hpp (modified) * XIOS3/trunk/src/node/redistribute_axis.cpp (added) * XIOS3/trunk/src/node/redistribute_axis.hpp (added) * XIOS3/trunk/src/node/redistribute_domain.cpp (added) * XIOS3/trunk/src/node/redistribute_domain.hpp (added) * XIOS3/trunk/src/node/redistribute_scalar.cpp (added) * XIOS3/trunk/src/node/redistribute_scalar.hpp (added) * XIOS3/trunk/src/node/scalar.cpp (modified) * XIOS3/trunk/src/node/scalar.hpp (modified) * XIOS3/trunk/src/object_factory_decl2.cpp (modified) * XIOS3/trunk/src/object_factory_decl4.cpp (modified) * XIOS3/trunk/src/object_template_decl.cpp (modified) * XIOS3/trunk/src/transformation/algo_types.cpp (modified) * XIOS3/trunk/src/transformation/algo_types.hpp (modified) * XIOS3/trunk/src/transformation/axis_algorithm/axis_algorithm_extract.cpp (modified) * XIOS3/trunk/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) * XIOS3/trunk/src/transformation/axis_algorithm/axis_algorithm_redistribute.cpp (added) * XIOS3/trunk/src/transformation/axis_algorithm/axis_algorithm_redistribute.hpp (added) * XIOS3/trunk/src/transformation/axis_algorithm/axis_algorithm_zoom.cpp (modified) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_redistribute.cpp (added) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_redistribute.hpp (added) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_zoom.cpp (modified) * XIOS3/trunk/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.cpp (modified) * XIOS3/trunk/src/transformation/scalar_algorithm/scalar_algorithm_redistribute.cpp (added) * XIOS3/trunk/src/transformation/scalar_algorithm/scalar_algorithm_redistribute.hpp (added) * XIOS3/trunk/src/transformation/transformation_enum.hpp (modified) * XIOS3/trunk/src/transport/context_client.cpp (modified) * XIOS3/trunk/src/transport/context_client.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_client.hpp (modified) * XIOS3/trunk/src/transport/online_context_client.cpp (added) * XIOS3/trunk/src/transport/online_context_client.hpp (added) * XIOS3/trunk/src/type/type_util.hpp (modified) * XIOS3/trunk/src/xml_parser_decl.cpp (modified) Merging XIOS3_ATTACHED branch into XIOS3 trunk. YM Wed, 25 Jan 2023 15:59:46 GMT ymipsl [2458] * XIOS3/trunk (modified) * XIOS3/trunk/src/buffer_client.cpp (modified) * XIOS3/trunk/src/buffer_client.hpp (modified) * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/config/context_attribute.conf (modified) * XIOS3/trunk/src/config/file_attribute.conf (modified) * XIOS3/trunk/src/config/node_type.conf (modified) * XIOS3/trunk/src/config/pool_attribute.conf (modified) * XIOS3/trunk/src/config/service_attribute.conf (copied) * XIOS3/trunk/src/group_factory_decl.cpp (modified) * XIOS3/trunk/src/group_template_decl.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.hpp (modified) * XIOS3/trunk/src/manager/ressources_manager.cpp (modified) * XIOS3/trunk/src/manager/ressources_manager.hpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/manager/services_manager.hpp (modified) * XIOS3/trunk/src/manager/token_manager.cpp (copied) * XIOS3/trunk/src/manager/token_manager.hpp (copied) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/node/file.cpp (modified) * XIOS3/trunk/src/node/file.hpp (modified) * XIOS3/trunk/src/node/node_enum.hpp (modified) * XIOS3/trunk/src/node/node_type.hpp (modified) * XIOS3/trunk/src/node/pool_node.cpp (modified) * XIOS3/trunk/src/node/pool_node.hpp (modified) * XIOS3/trunk/src/node/service_node.cpp (copied) * XIOS3/trunk/src/node/service_node.hpp (copied) * XIOS3/trunk/src/object_factory_decl2.cpp (modified) * XIOS3/trunk/src/object_factory_decl3.cpp (modified) * XIOS3/trunk/src/object_template_decl.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.hpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_client.hpp (modified) * XIOS3/trunk/src/type/type_util.hpp (modified) * XIOS3/trunk/src/xml_parser_decl.cpp (modified) Merge XIOS_FILE_SERVICE dev branch into trunk YM Fri, 02 Dec 2022 13:36:59 GMT jderouillat [2433] * XIOS3/trunk/src/node/field.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) Fix the evaluated buffer sizes for fields, and shrink the memory ... Wed, 21 Sep 2022 13:53:51 GMT ymipsl [2407] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/cxios.cpp (modified) * XIOS3/trunk/src/cxios.hpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) Implement separate "reader" and "writer" service. Default reader live on ... Mon, 19 Sep 2022 08:38:09 GMT ymipsl [2404] * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.hpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/manager/services.hpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/manager/services_manager.hpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transport/context_server.hpp (modified) Add the possibility to launch a service on same ressource than an other. ... 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 ... Wed, 06 Jul 2022 21:14:58 GMT ymipsl [2362] * XIOS3/branches (added) * XIOS3/dev (added) * XIOS3/trunk (copied) copy XIOS_COUPLING branch into new XIOS3 trunk directory. XIOS V2 est ... Wed, 06 Jul 2022 21:07:05 GMT ymipsl [2360] * XIOS2/dev/XIOS_DEV_CMIP6 (copied) * XIOS2/dev/XIOS_GRIB (copied) * XIOS2/dev/dev_oa (copied) * XIOS2/dev/dev_trunk_graph (copied) * XIOS2/dev/dev_trunk_omp (copied) * XIOS2/dev/dev_ym (copied) Move dev branches to XIOS2 YM