# # ChangeLog for XIOS3 # # Generated by Trac 1.0.1 # 07/05/24 15:01:58 Wed, 03 Apr 2024 08:33:55 GMT jderouillat [2628] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/client.hpp (modified) * XIOS3/trunk/src/distribution/grid_scatterer_connector.hpp (modified) * XIOS3/trunk/src/distribution/grid_transform_connector.hpp (modified) * XIOS3/trunk/src/filter/client_to_server_store_filter.cpp (modified) * XIOS3/trunk/src/filter/file_reader_source_filter.cpp (modified) * XIOS3/trunk/src/filter/filter.cpp (modified) * XIOS3/trunk/src/filter/model_to_client_source_filter.cpp (modified) * XIOS3/trunk/src/filter/server_from_client_source_filter.cpp (modified) * XIOS3/trunk/src/filter/server_to_client_store_filter.cpp (modified) * XIOS3/trunk/src/filter/temporal_filter.cpp (modified) * XIOS3/trunk/src/interface/c/icdata.cpp (modified) * XIOS3/trunk/src/io/nc4_data_input.cpp (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/io/onetcdf4.cpp (modified) * XIOS3/trunk/src/log_type.cpp (modified) * XIOS3/trunk/src/manager/contexts_manager.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/ressources_manager.cpp (modified) * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/field.cpp (modified) * XIOS3/trunk/src/node/file.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/server.hpp (modified) * XIOS3/trunk/src/transformation/grid_algorithm_generic.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_client_buffer.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/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (modified) New timers integration/reporting Fri, 22 Mar 2024 12:17:53 GMT jderouillat [2627] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/node/variable.cpp (modified) Fix some main timers on the client side. 1dd memory_report to the list ... Thu, 21 Mar 2024 10:27:06 GMT jderouillat [2624] * XIOS3/trunk/arch/arch-X64_ADASTRA_INTEL.fcm (modified) Remove -DBZ_DEBUG from prod options in X64_ADASTRA_INTEL Wed, 20 Mar 2024 15:34:00 GMT jderouillat [2622] * XIOS3/trunk/src/interface/fortran/ilogical_bool_conversion.f90 (modified) Logical comparison requires eqv (not eq) Wed, 20 Mar 2024 14:47:04 GMT jderouillat [2621] * XIOS3/trunk/arch/arch-X64_ADASTRA_INTEL.env (added) * XIOS3/trunk/arch/arch-X64_ADASTRA_INTEL.fcm (added) * XIOS3/trunk/arch/arch-X64_ADASTRA_INTEL.path (added) Add Adastra arch files Wed, 20 Mar 2024 13:48:11 GMT jderouillat [2620] * XIOS3/trunk/src/generate_interface_impl.hpp (modified) * XIOS3/trunk/src/interface/c/clogical_bool_conversion.cpp (added) * XIOS3/trunk/src/interface/fortran/iaxis.F90 (modified) * XIOS3/trunk/src/interface/fortran/icalendar_wrapper.F90 (modified) * XIOS3/trunk/src/interface/fortran/icompute_connectivity_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/icontext.F90 (modified) * XIOS3/trunk/src/interface/fortran/idata.F90 (modified) * XIOS3/trunk/src/interface/fortran/idate.F90 (modified) * XIOS3/trunk/src/interface/fortran/idomain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iduplicate_scalar_to_axis_interface.F90 (modified) * XIOS3/trunk/src/interface/fortran/iduration.F90 (modified) * XIOS3/trunk/src/interface/fortran/iexpand_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iextract_axis_to_scalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/iextract_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iextract_domain_to_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/ifield.F90 (modified) * XIOS3/trunk/src/interface/fortran/ifile.F90 (modified) * XIOS3/trunk/src/interface/fortran/igenerate_rectilinear_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/igrid.F90 (modified) * XIOS3/trunk/src/interface/fortran/iinterpolate_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/iinterpolate_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iinverse_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/ilogical_bool_conversion.f90 (added) * XIOS3/trunk/src/interface/fortran/imem_checker.F90 (modified) * XIOS3/trunk/src/interface/fortran/iredistribute_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/iredistribute_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iredistribute_scalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireduce_axis_to_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireduce_axis_to_scalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireduce_domain_to_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireduce_domain_to_scalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireduce_scalar_to_scalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/ireorder_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran/iscalar.F90 (modified) * XIOS3/trunk/src/interface/fortran/itemporal_splitting.F90 (modified) * XIOS3/trunk/src/interface/fortran/itimer.F90 (modified) * XIOS3/trunk/src/interface/fortran/ivariable.F90 (modified) * XIOS3/trunk/src/interface/fortran/izoom_axis.F90 (modified) * XIOS3/trunk/src/interface/fortran/izoom_domain.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iaxis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iaxisgroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/icalendar_wrapper_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/icompute_connectivity_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/icontext_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/idomain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/idomaingroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iduplicate_scalar_to_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iexpand_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iextract_axis_to_scalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iextract_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iextract_domain_to_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifile_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifilegroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/igenerate_rectilinear_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/igrid_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/igridgroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iinterpolate_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iinterpolate_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iinverse_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_scalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireduce_axis_to_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireduce_axis_to_scalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireduce_domain_to_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireduce_domain_to_scalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireduce_scalar_to_scalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ireorder_domain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iscalar_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iscalargroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/itemporal_splitting_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ivariable_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ivariablegroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/izoom_axis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/izoom_domain_attr.F90 (modified) * XIOS3/trunk/src/object_template_impl.hpp (modified) Modify fortran-C interfaces to manage logical-bool conversion, the ... Wed, 20 Mar 2024 13:43:33 GMT jderouillat [2619] * XIOS3/trunk/src/distribution/transform_connector.cpp (modified) Fix connector for the XIOS3 version of the attached mode (redistribute), ... Tue, 19 Mar 2024 14:21:33 GMT jderouillat [2617] * XIOS3/trunk/src/config/field_attribute.conf (modified) * XIOS3/trunk/src/interface/c_attr/icfield_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icfieldgroup_attr.cpp (modified) * XIOS3/trunk/src/interface/fortran_attr/field_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/fieldgroup_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) Fix the field's attribute name conversion_by_NetCDF removing upper- case ... Tue, 19 Mar 2024 13:23:16 GMT jderouillat [2616] * XIOS3/trunk/src/generate_fortran_interface.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icaxis_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icaxisgroup_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/iccontext_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icdomain_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icdomaingroup_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icfield_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icfieldgroup_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icfile_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icfilegroup_attr.cpp (modified) * XIOS3/trunk/src/interface/c_attr/icredistribute_axis_attr.cpp (added) * XIOS3/trunk/src/interface/c_attr/icredistribute_domain_attr.cpp (added) * XIOS3/trunk/src/interface/c_attr/icredistribute_scalar_attr.cpp (added) * XIOS3/trunk/src/interface/fortran/iredistribute_axis.F90 (added) * XIOS3/trunk/src/interface/fortran/iredistribute_domain.F90 (added) * XIOS3/trunk/src/interface/fortran/iredistribute_scalar.F90 (added) * XIOS3/trunk/src/interface/fortran/redistribute_axis_interface.f90 (added) * XIOS3/trunk/src/interface/fortran/redistribute_domain_interface.f90 (added) * XIOS3/trunk/src/interface/fortran/redistribute_scalar_interface.f90 (added) * XIOS3/trunk/src/interface/fortran_attr/axis_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/axisgroup_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/context_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/domain_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/domaingroup_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/field_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/fieldgroup_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/file_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/filegroup_interface_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iaxis_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iaxisgroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/icontext_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/idomain_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/idomaingroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifile_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/ifilegroup_attr.F90 (modified) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_axis_attr.F90 (added) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_domain_attr.F90 (added) * XIOS3/trunk/src/interface/fortran_attr/iredistribute_scalar_attr.F90 (added) * XIOS3/trunk/src/interface/fortran_attr/redistribute_axis_interface_attr.F90 (added) * XIOS3/trunk/src/interface/fortran_attr/redistribute_domain_interface_attr.F90 (added) * XIOS3/trunk/src/interface/fortran_attr/redistribute_scalar_interface_attr.F90 (added) Add XIOS3 fortran interfaces (resources management, chunking, ... Tue, 12 Mar 2024 19:02:35 GMT ymipsl [2614] * XIOS3/trunk/src/group_template.hpp (modified) * XIOS3/trunk/src/group_template_impl.hpp (modified) * XIOS3/trunk/src/mpi_tools.hpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/context.hpp (modified) * XIOS3/trunk/src/string_tools.hpp (modified) * XIOS3/trunk/src/xml_parser.cpp (modified) * XIOS3/trunk/src/xml_parser.hpp (modified) * XIOS3/trunk/src/xml_parser_decl.cpp (modified) * XIOS3/trunk/src/xml_parser_impl.hpp (modified) - Permit now usage of contex_group into xml file for more modularity - ... Fri, 08 Mar 2024 16:05:40 GMT jderouillat [2613] * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/io/onetcdf4.cpp (modified) * XIOS3/trunk/src/manager/contexts_manager.cpp (modified) * XIOS3/trunk/src/node/axis.cpp (modified) * XIOS3/trunk/src/node/domain.cpp (modified) * XIOS3/trunk/src/transformation/scalar_algorithm/scalar_algorithm_redistribute.cpp (modified) Fix the attached mode for scalar output, and some bugs revealed by the ... Tue, 06 Feb 2024 14:41:08 GMT jderouillat [2612] * XIOS3/trunk/src/node/service_node.cpp (modified) * XIOS3/trunk/src/node/service_node.hpp (modified) Fix management of a service created onto a service through XML Tue, 30 Jan 2024 08:31:18 GMT jderouillat [2611] * XIOS3/branches/xios-3.0-beta/make_xios (modified) Fix in detecting if the environment enables parallel compression Mon, 29 Jan 2024 15:14:56 GMT jderouillat [2609] * XIOS3/trunk/xios_test_suite/TEST_SUITE/step2.py (modified) * XIOS3/trunk/xios_test_suite/TEST_SUITE/test_domain_algo/checkfile.def (modified) In the test suite, check that all files listed in checkfile.def files ... Mon, 29 Jan 2024 14:22:12 GMT jderouillat [2608] * XIOS3/trunk/make_xios (modified) Fix in detecting if the environment enables parallel compression Mon, 29 Jan 2024 09:39:01 GMT jderouillat [2607] * XIOS3/trunk/src/interface/c/iccontext.cpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_cs_buffer_base.hpp (modified) In the P2P protocol, forces to allocate the fixed buffer if it is ... Mon, 29 Jan 2024 09:38:53 GMT jderouillat [2606] * XIOS3/trunk/src/node/axis.cpp (modified) * XIOS3/trunk/src/node/domain.cpp (modified) Compute the GridTransformConnector (and the associated ... Fri, 22 Dec 2023 08:31:25 GMT jderouillat [2605] * XIOS3/trunk/src/node/context.cpp (modified) Reader finalization (p2p) requires ContextClient and ContextServer to be ... Tue, 12 Dec 2023 12:39:34 GMT jderouillat [2604] * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) Fix the 'Communicator not allocated' message which appears at the end of ... Mon, 11 Dec 2023 10:18:00 GMT jderouillat [2603] * XIOS3/trunk/src/group_template.hpp (modified) * XIOS3/trunk/src/group_template_impl.hpp (modified) * XIOS3/trunk/src/interface/c/iccontext.cpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) Replace the childList (not updated) usage by a childMap usage to get a ... Mon, 27 Nov 2023 10:26:01 GMT ymipsl [2602] * XIOS3/trunk/src/client.cpp (modified) bug fix : incorrect call to mpi_comm_free YM Mon, 27 Nov 2023 10:18:23 GMT ymipsl [2601] * XIOS3/trunk/src/node/domain.cpp (modified) Bug fix, when computing remote connector if the domain is not ... Mon, 20 Nov 2023 13:30:12 GMT jderouillat [2600] * XIOS3/trunk/src/config/field_attribute.conf (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/io/nc4_data_output.hpp (modified) * XIOS3/trunk/src/io/netCdfInterface.cpp (modified) * XIOS3/trunk/src/io/netCdfInterface_decl.cpp (modified) * XIOS3/trunk/src/io/onetcdf4.cpp (modified) * XIOS3/trunk/src/io/onetcdf4_decl.cpp (modified) Add a field attribute, conversion_by_NetCDF, to operate type conversion ... Mon, 20 Nov 2023 12:05:46 GMT jderouillat [2598] * XIOS3/branches/xios-3.0-beta/src/config/field_attribute.conf (modified) * XIOS3/branches/xios-3.0-beta/src/io/nc4_data_output.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/nc4_data_output.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface_decl.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4_decl.cpp (modified) Add a field attribute, conversion_by_NetCDF, to operate type conversion ... Fri, 17 Nov 2023 12:18:37 GMT jderouillat [2597] * XIOS3/trunk/src/transport/p2p_client_buffer.hpp (modified) Bug fix in p2p mirror protocol, the client's buffer remain method need ... Mon, 06 Nov 2023 14:30:15 GMT jderouillat [2596] * XIOS3/trunk/src/transport/context_server.hpp (modified) Check that all events are managed before the end of the simulation ... Mon, 06 Nov 2023 14:13:48 GMT jderouillat [2595] * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) Check that all events are managed before the end of the simulation Wed, 25 Oct 2023 09:40:07 GMT jderouillat [2594] * 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) Update the p2p protocol as a mirror protocol : the servers buffers will ... Wed, 11 Oct 2023 08:18:24 GMT jderouillat [2593] * XIOS3/trunk/src/backtrace.cpp (modified) * XIOS3/trunk/src/backtrace.hpp (modified) * XIOS3/trunk/src/mpi_garbage_collector.hpp (modified) * XIOS3/trunk/src/mpi_tools.cpp (modified) Rename the MemTrack namespace associated to CppTrace (conflict with the ... Tue, 10 Oct 2023 12:33:07 GMT jderouillat [2592] * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_client.cpp (modified) * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) Free communicators in legacy and one_sided transport layer Tue, 10 Oct 2023 09:19:32 GMT jderouillat [2591] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/test/generic_testcase.f90 (modified) Free additional communicators Fri, 06 Oct 2023 09:32:05 GMT jderouillat [2589] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/distribution/grid_remote_connector.cpp (modified) * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/manager/daemons_manager.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/mpi_garbage_collector.hpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/node/file.cpp (modified) * XIOS3/trunk/src/policy.cpp (modified) * XIOS3/trunk/src/registry.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_client.cpp (modified) * XIOS3/trunk/src/transport/legacy_context_server.cpp (modified) * XIOS3/trunk/src/transport/one_sided_client_buffer.cpp (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/p2p_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_client.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.cpp (modified) Specify the usage of the xios namespace to overload the MPI funtions Thu, 05 Oct 2023 16:06:06 GMT ymipsl [2588] * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) fix potential dead-lock ; not sure it is enough... YM Thu, 05 Oct 2023 16:01:55 GMT ymipsl [2587] * XIOS3/trunk/src/transport/one_sided_client_buffer.cpp (modified) * XIOS3/trunk/src/transport/p2p_client_buffer.cpp (modified) fix typo : fixed ==> fixed_ fixed varaible is not defined so ... Thu, 05 Oct 2023 15:49:28 GMT ymipsl [2586] * XIOS3/trunk/src/registry.cpp (modified) Fix typo : #include ===> #include "mpi.hpp" YM Thu, 05 Oct 2023 14:09:51 GMT jderouillat [2585] * XIOS3/trunk/src/transport/one_sided_context_client.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_client.cpp (modified) * XIOS3/trunk/src/transport/p2p_server_buffer.hpp (modified) Correction of buffer sizing (p2p, one_sided) Thu, 05 Oct 2023 14:02:02 GMT ymipsl [2584] * XIOS3/trunk/src/mpi.hpp (modified) * XIOS3/trunk/src/mpi_tools.cpp (modified) Set overload of mpi functions in xios namespace, so only XIOS MPI calls ... Thu, 05 Oct 2023 13:19:30 GMT jderouillat [2583] * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE_2023.env (moved) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE_2023.fcm (moved) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE_2023.path (moved) Rename ifort_LSCE arch file to be compatible with XIOS2 Tue, 03 Oct 2023 12:14:24 GMT jderouillat [2582] * XIOS3/branches/xios-3.0-beta/arch/arch-X64_JEANZAY.env (modified) * XIOS3/branches/xios-3.0-beta/arch/arch-X64_JEANZAY.fcm (modified) Revert X64_JEANZAY environnement to IntelMPI (not operational for now ... Tue, 26 Sep 2023 15:24:35 GMT ymipsl [2580] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/cxios.hpp (modified) * XIOS3/trunk/src/manager/contexts_manager.cpp (modified) * XIOS3/trunk/src/manager/coupler_manager.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/ressources_manager.cpp (modified) * XIOS3/trunk/src/manager/ressources_manager.hpp (modified) * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/manager/window_base.cpp (modified) * XIOS3/trunk/src/manager/window_base.hpp (modified) * XIOS3/trunk/src/manager/window_manager.hpp (modified) * XIOS3/trunk/src/mpi_garbage_collector.hpp (modified) * XIOS3/trunk/src/mpi_tools.cpp (modified) * XIOS3/trunk/src/node/context.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_client.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) Tracking unfree MPI windows and communicators. YM Mon, 25 Sep 2023 10:06:20 GMT jderouillat [2579] * XIOS3/trunk/src/io/onetcdf4.cpp (modified) Fix NetCDF chunking in case of many domains in the same file Fri, 22 Sep 2023 16:18:33 GMT ymipsl [2578] * XIOS3/trunk/src/mpi_tools.cpp (modified) tracking unfreed communicators. Do not include MPI_COMM_NULL in the ... Thu, 21 Sep 2023 08:30:49 GMT jderouillat [2577] * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) Fix compression_level inheritance from files to fields (bug introduced ... Tue, 19 Sep 2023 07:51:42 GMT ymipsl [2576] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/mpi.hpp (modified) * XIOS3/trunk/src/mpi_tools.cpp (modified) * XIOS3/trunk/src/mpi_tools.hpp (modified) * XIOS3/trunk/src/server.cpp (modified) Implement tracking of unfree communicators. YM Tue, 19 Sep 2023 07:45:51 GMT ymipsl [2575] * XIOS3/trunk/src/backtrace.cpp (added) * XIOS3/trunk/src/backtrace.hpp (added) New stack trace back-end end using cpptrace. YM Tue, 19 Sep 2023 07:40:29 GMT ymipsl [2574] * XIOS3/trunk/bld.cfg (modified) Addapt bld.cfg to new external source cpptrace. YM Tue, 19 Sep 2023 07:39:03 GMT ymipsl [2573] * XIOS3/trunk/extern/cpptrace/src/common.hpp (added) * XIOS3/trunk/extern/cpptrace/src/cpptrace.cpp (added) * XIOS3/trunk/extern/cpptrace/src/cpptrace.hpp (added) * XIOS3/trunk/extern/cpptrace/src/cpptrace_default.hpp (added) * XIOS3/trunk/extern/cpptrace/src/demangle.hpp (added) * XIOS3/trunk/extern/cpptrace/src/demangle_with_cxxabi.cpp (added) * XIOS3/trunk/extern/cpptrace/src/demangle_with_nothing.cpp (added) * XIOS3/trunk/extern/cpptrace/src/elf.hpp (added) * XIOS3/trunk/extern/cpptrace/src/full_trace.hpp (added) * XIOS3/trunk/extern/cpptrace/src/full_trace_with_libbacktrace.cpp (added) * XIOS3/trunk/extern/cpptrace/src/full_trace_with_stacktrace.cpp (added) * XIOS3/trunk/extern/cpptrace/src/mach-o.hpp (added) * XIOS3/trunk/extern/cpptrace/src/object.hpp (added) * XIOS3/trunk/extern/cpptrace/src/pe.hpp (added) * XIOS3/trunk/extern/cpptrace/src/program_name.hpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols.hpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_core.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_addr2line.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_dbghelp.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_dl.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_libbacktrace.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_libdwarf.cpp (added) * XIOS3/trunk/extern/cpptrace/src/symbols_with_nothing.cpp (added) * XIOS3/trunk/extern/cpptrace/src/unwind.hpp (added) * XIOS3/trunk/extern/cpptrace/src/unwind_with_execinfo.cpp (added) * XIOS3/trunk/extern/cpptrace/src/unwind_with_nothing.cpp (added) * XIOS3/trunk/extern/cpptrace/src/unwind_with_unwind.cpp (added) * XIOS3/trunk/extern/cpptrace/src/unwind_with_winapi.cpp (added) create new external source lib : cpptrace, for statck trace output YM Tue, 19 Sep 2023 07:38:40 GMT ymipsl [2572] * XIOS3/trunk/extern/cpptrace (added) * XIOS3/trunk/extern/cpptrace/src (added) create new external source lib : cpptrace, for statck trace output YM Mon, 18 Sep 2023 14:40:05 GMT jderouillat [2571] * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) Cleaning of the EventScheduler not fully operational, revert ... Mon, 18 Sep 2023 09:12:40 GMT jderouillat [2570] * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/event_scheduler.hpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/window_base.cpp (modified) * XIOS3/trunk/src/manager/window_base.hpp (modified) Memory cleaning of the EventScheduler hierarchy triggered by the ... Thu, 14 Sep 2023 12:55:37 GMT jderouillat [2569] * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/event_scheduler.hpp (modified) * XIOS3/trunk/src/mpi_garbage_collector.hpp (modified) Clean memory associated to EventScheduler hierarchy and ... Thu, 14 Sep 2023 07:32:36 GMT jderouillat [2566] * XIOS3/trunk/src/transport/one_sided_context_server.cpp (modified) * XIOS3/trunk/src/transport/p2p_context_server.cpp (modified) Clean implementation of the request ordering management Thu, 14 Sep 2023 07:06:45 GMT jderouillat [2565] * XIOS3/trunk/src/transport/one_sided_server_buffer.cpp (modified) * XIOS3/trunk/src/transport/one_sided_server_buffer.hpp (modified) Clean buffers of servers in One Sided protocol 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 Mon, 04 Sep 2023 09:38:59 GMT jderouillat [2554] * XIOS3/trunk/arch/arch-X64_IRENE.env (modified) * XIOS3/trunk/src/transformation/domain_algorithm/domain_algorithm_redistribute.cpp (modified) Add hole management in domain redistribution Mon, 04 Sep 2023 08:37:26 GMT jderouillat [2553] * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE.env (added) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE.fcm (modified) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_LSCE.path (modified) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_MESOIPSL.env (moved) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_MESOIPSL.fcm (moved) * XIOS3/branches/xios-3.0-beta/arch/arch-ifort_MESOIPSL.path (moved) Update LSCE and MesoIPSL environment for XIOS3 Wed, 30 Aug 2023 12:20:46 GMT jderouillat [2552] * XIOS3/branches/xios-3.0-beta/arch/arch-X64_SPIRIT.env (added) * XIOS3/branches/xios-3.0-beta/arch/arch-X64_SPIRIT.fcm (added) * XIOS3/branches/xios-3.0-beta/arch/arch-X64_SPIRIT.path (added) Added arch files for Spirit 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 ... Wed, 30 Aug 2023 08:59:54 GMT ymipsl [2550] * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) Bug fix for multiple_file mode, update for one_file not had not been ... Wed, 30 Aug 2023 07:36:02 GMT jderouillat [2549] * XIOS3/trunk/src/manager/window_dynamic.hpp (modified) * XIOS3/trunk/xios_test_suite/ARCH/arch-X64_IRENE_GNU.fcm (modified) Add missing return statements, fix GNU environment for threads Tue, 29 Aug 2023 17:21:02 GMT ymipsl [2548] * XIOS3/trunk/src/node/pool_node.cpp (modified) Bug fix in pool_node when allocating pool, introduced with thread ... 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 ... Tue, 29 Aug 2023 15:04:53 GMT ymipsl [2546] * XIOS3/trunk/src/node/axis.cpp (modified) Bug fix when unsing online writer for axis. YM Tue, 29 Aug 2023 15:02:18 GMT ymipsl [2545] * XIOS3/trunk/src/node/domain.cpp (modified) Bug fix when reading unstructured grid file with online reader YM Tue, 29 Aug 2023 14:58:59 GMT ymipsl [2544] * XIOS3/trunk/src/node/field.cpp (modified) bug fix for online reader filter : not connected to good filter (writer) ... Tue, 29 Aug 2023 14:54:12 GMT ymipsl [2543] * XIOS3/trunk/src/filter/client_online_writer_filter.cpp (modified) Bug fix for online writer filter, not connected to good slot. YM Tue, 29 Aug 2023 14:51:44 GMT ymipsl [2542] * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) fix problem for instant value output, time axis was decaled of one ... Tue, 29 Aug 2023 14:48:44 GMT ymipsl [2541] * XIOS3/trunk/src/test/generic_testcase.f90 (modified) for compatibility with ferret : - change vertical axis units from Pa to ... Wed, 26 Jul 2023 11:16:59 GMT jderouillat [2540] * XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE.env (modified) * XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE_GNU.env (modified) * XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.env (modified) Update the test suite environment (done by hand from time to time) Wed, 26 Jul 2023 11:15:40 GMT jderouillat [2539] * XIOS3/branches/xios-3.0-beta/src/buffer_server.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/buffer_server.hpp (modified) Set an incremental latency in window access of the legacy protocol (read ... Mon, 24 Jul 2023 09:55:12 GMT jderouillat [2538] * XIOS3/trunk/extern/remap/src/elt.hpp (modified) * XIOS3/trunk/extern/remap/src/intersection_ym.cpp (modified) * XIOS3/trunk/extern/remap/src/libmapper.cpp (modified) * XIOS3/trunk/extern/remap/src/mapper.cpp (modified) * XIOS3/trunk/extern/remap/src/mapper.hpp (modified) * XIOS3/trunk/extern/remap/src/meshutil.cpp (modified) * XIOS3/trunk/extern/remap/src/polyg.cpp (modified) Backport 2506 : limitation of number of vertex max in remaper Mon, 24 Jul 2023 08:27:38 GMT jderouillat [2537] * XIOS3/trunk/extern/remap/src/polyg.cpp (modified) Add a missing return statment in the remapper Fri, 21 Jul 2023 12:46:10 GMT jderouillat [2536] * XIOS3/branches/xios-3.0-beta/extern/remap/src/meshutil.cpp (modified) * XIOS3/branches/xios-3.0-beta/extern/remap/src/polyg.cpp (modified) Fix some minor merge error Fri, 21 Jul 2023 12:42:15 GMT jderouillat [2535] * XIOS3/trunk/generic_testcase/context_oce.xml (modified) * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/cxios.cpp (modified) * XIOS3/trunk/src/cxios.hpp (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/mem_checker.cpp (modified) * XIOS3/trunk/src/server.cpp (modified) Backport [2448,2503,2516], ocean component in generic_testcase, ... Fri, 21 Jul 2023 11:44:19 GMT jderouillat [2534] * XIOS3/trunk/extern/remap/src/meshutil.cpp (modified) * XIOS3/trunk/extern/remap/src/node.cpp (modified) * XIOS3/trunk/extern/remap/src/node.hpp (modified) * XIOS3/trunk/extern/remap/src/parallel_tree.cpp (modified) * XIOS3/trunk/extern/remap/src/polyg.cpp (modified) * XIOS3/trunk/extern/remap/src/polyg.hpp (modified) Backport [2443,2500,2502], a shared_ptr bug in the remapper and convex ... Thu, 20 Jul 2023 09:55:20 GMT jderouillat [2532] * XIOS3/trunk/src/io/netCdfInterface.cpp (modified) * XIOS3/trunk/src/io/onetcdf4.cpp (modified) * XIOS3/trunk/src/io/onetcdf4_plugin.hpp (modified) Implement an API to use the ZFP compression plugin. Wed, 19 Jul 2023 14:11:39 GMT jderouillat [2531] * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4_plugin.hpp (modified) Implement an API to use the ZFP compression plugin. Wed, 19 Jul 2023 07:07:54 GMT jderouillat [2530] * XIOS3/branches/xios-3.0-beta/make_xios (modified) * XIOS3/branches/xios-3.0-beta/src/config/field_attribute.conf (modified) * XIOS3/branches/xios-3.0-beta/src/io/nc4_data_output.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/netCdfInterface.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4.hpp (modified) * XIOS3/branches/xios-3.0-beta/src/io/onetcdf4_plugin.hpp (added) Enable parallel compression regarding NetCDF & HDF5 configurations at ... Tue, 18 Jul 2023 13:12:50 GMT jderouillat [2529] * XIOS3/trunk/make_xios (modified) * XIOS3/trunk/src/config/field_attribute.conf (modified) * XIOS3/trunk/src/io/nc4_data_output.cpp (modified) * XIOS3/trunk/src/io/netCdfInterface.cpp (modified) * XIOS3/trunk/src/io/netCdfInterface.hpp (modified) * XIOS3/trunk/src/io/onetcdf4.cpp (modified) * XIOS3/trunk/src/io/onetcdf4.hpp (modified) * XIOS3/trunk/src/io/onetcdf4_plugin.hpp (added) Enable parallel compression regarding NetCDF & HDF5 configurations at ... 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 13:52:00 GMT jderouillat [2527] * XIOS3/branches/xios-3.0-beta/src/transport/legacy_context_client.cpp (modified) * XIOS3/branches/xios-3.0-beta/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 ... 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 ... Fri, 23 Jun 2023 12:46:51 GMT ymipsl [2523] * XIOS3/trunk/src/client.cpp (modified) * XIOS3/trunk/src/manager/contexts_manager.hpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.hpp (modified) * XIOS3/trunk/src/manager/ressources_manager.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/services_manager.cpp (modified) * XIOS3/trunk/src/manager/services_manager.hpp (modified) * XIOS3/trunk/src/server.cpp (modified) * XIOS3/trunk/src/server.hpp (modified) Adaptation to new hyper event scheduler. YM Fri, 23 Jun 2023 12:35:34 GMT ymipsl [2522] * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/event_scheduler.hpp (modified) Improvment of event scheduler. Now a hierachical approach make possible ... Wed, 21 Jun 2023 10:06:28 GMT jderouillat [2521] * XIOS3/branches/xios-3.0-beta/src/test/generic_testcase.f90 (modified) * XIOS3/branches/xios-3.0-beta/src/transport/legacy_context_client.cpp (modified) * XIOS3/branches/xios-3.0-beta/src/transport/legacy_context_server.cpp (modified) * XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_JEANZAY.env (modified) Replace MPI probing on intercommunicator by probing on intracommunicator 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, 15 Jun 2023 13:25:27 GMT jderouillat [2519] * XIOS3/branches/xios-3.0-beta/src/server.cpp (modified) Create ALL_SERVICES (used for oasis_enddef, concern all servers) first, ... Mon, 12 Jun 2023 13:01:16 GMT ymipsl [2518] * XIOS3/trunk/src/event_scheduler.cpp (modified) * XIOS3/trunk/src/event_scheduler.hpp (modified) Make data member conform to XIOS framework developement, ie, an "_" ... Mon, 12 Jun 2023 09:52:10 GMT ymipsl [2517] * XIOS3/trunk/src/manager/contexts_manager.cpp (modified) * XIOS3/trunk/src/manager/coupler_manager.cpp (modified) * XIOS3/trunk/src/manager/pool_ressource.cpp (modified) * XIOS3/trunk/src/manager/ressources_manager.cpp (modified) * XIOS3/trunk/src/manager/server_context.cpp (modified) * XIOS3/trunk/src/manager/servers_ressource.cpp (modified) * XIOS3/trunk/src/manager/services.cpp (modified) * XIOS3/trunk/src/manager/services_manager.cpp (modified) * XIOS3/trunk/src/manager/window_base.cpp (added) * XIOS3/trunk/src/manager/window_base.hpp (added) * XIOS3/trunk/src/manager/window_manager.cpp (modified) * XIOS3/trunk/src/manager/window_manager.hpp (modified) New way to manage locks in window manager. Windows is locked with ...