# # ChangeLog for / # # Generated by Trac 1.0.1 # 06/02/24 20:55:24 Thu, 23 Jun 2022 09:54:18 GMT jderouillat [2337] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Set enabled to false for fields contained in disabled files. ... Wed, 22 Jun 2022 09:57:33 GMT jderouillat [2336] * XIOS/trunk/src/test/generic_testcase.f90 (modified) Split a too long fortran code line to respect the limit of 132 ... Wed, 15 Jun 2022 13:20:29 GMT jderouillat [2335] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.hpp (modified) Introduced a new service (named defaultServicesId which contains all ... Tue, 14 Jun 2022 08:12:46 GMT jderouillat [2334] * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Fix after reintroducing oasis_enddef Mon, 13 Jun 2022 15:04:55 GMT jderouillat [2333] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.hpp (modified) Reintroduced oasis_enddef management on the server side (communications ... Wed, 08 Jun 2022 08:11:52 GMT jderouillat [2332] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.hpp (modified) Suffix intraComm and interComm members of CClient and CServer with _ ... Mon, 16 May 2022 13:08:12 GMT jderouillat [2331] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) Activate extrapolation as an option (set by default to true) in axis ... Fri, 13 May 2022 08:51:23 GMT jderouillat [2330] * XIOS/trunk/src/cxios.cpp (modified) * XIOS/trunk/src/cxios.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) Added dedicated options to manage send/recv checksum operations, this ... Fri, 13 May 2022 08:39:51 GMT jderouillat [2329] * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field_impl.hpp (modified) Added dedicated options to manage send/recv checksum operations, this ... Fri, 13 May 2022 07:49:18 GMT jderouillat [2328] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/interpolate_axis_attribute.conf (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.hpp (modified) Set extrapolation as an option (set by default to true) in axis ... Fri, 13 May 2022 07:45:43 GMT jderouillat [2327] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_model_store_filter.cpp (modified) Add control of the size of the received data in the client to model ... Fri, 22 Apr 2022 09:46:41 GMT ymipsl [2326] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/coupler_in.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/coupler_out.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/variable.hpp (modified) Fix Deadlock from reading phase. YM Tue, 19 Apr 2022 10:16:49 GMT ymipsl [2325] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Bug fux introduced by previous commit. YM Fri, 15 Apr 2022 11:05:33 GMT ymipsl [2324] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Solve deadlock or crash occuring when activate second levels of servers. ... Fri, 15 Apr 2022 11:03:27 GMT ymipsl [2323] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) set latency to 0.1s for one sided-communication check on server side. ... Fri, 08 Apr 2022 09:58:08 GMT ymipsl [2322] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) Some fix in domain_extract transformation for curvilinear grid. YM Fri, 08 Apr 2022 09:56:39 GMT ymipsl [2321] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Fix to avoid deadlock when resizing buffers YM Fri, 01 Apr 2022 12:52:18 GMT ymipsl [2320] * XIOS/trunk/arch/arch-MesoPSL.env (added) * XIOS/trunk/arch/arch-MesoPSL.fcm (added) * XIOS/trunk/arch/arch-MesoPSL.path (added) Add arch file for IPSL mesoCentre. YM Wed, 30 Mar 2022 11:51:10 GMT jderouillat [2319] * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) Add a checksum ability in xios_send/recv_field, enabled with info_level ... Wed, 30 Mar 2022 11:51:09 GMT jderouillat [2318] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field_impl.hpp (modified) Add a checksum ability in xios_send/recv_field, enabled with info_level ... Tue, 29 Mar 2022 07:49:34 GMT jderouillat [2317] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) Fix test suite after new management of domain/axis name Mon, 28 Mar 2022 16:09:36 GMT ymipsl [2316] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) Name of domain/axis was not well taking into account when wrote into ... Tue, 22 Mar 2022 14:52:41 GMT ymipsl [2315] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) fix missing workflow dependcy when using grid_ref with field Id. YM Tue, 22 Mar 2022 14:02:27 GMT ymipsl [2314] * XIOS/trunk/src/node/domain.cpp (modified) bug fix for unstructured grid feed with area attribute : in some case it ... Mon, 21 Mar 2022 14:27:07 GMT ymipsl [2313] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/weight_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/weight_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) Take into account detect_missing_value and renormalize attribute for ... Mon, 21 Mar 2022 14:25:14 GMT ymipsl [2312] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/domain_attribute_private.conf (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_input.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) temporary fix when reading grid from file. Some part of code must ... Tue, 15 Mar 2022 18:00:58 GMT ymipsl [2311] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) Add possibility to refer to a grid using the field which is attached to, ... Tue, 15 Mar 2022 13:56:16 GMT ymipsl [2310] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/mpi_garbage_collector.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Implement small garbage collector for unfreed MPI windows and ... Mon, 14 Mar 2022 13:33:17 GMT ymipsl [2309] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) Bug fix when resizing buffer on server size. YM Thu, 10 Mar 2022 12:47:59 GMT ymipsl [2308] * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/inetcdf4.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/inetcdf4_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_input.cpp (modified) Fix problem when reading scalar on multiple servers. YM Wed, 09 Mar 2022 16:29:34 GMT ymipsl [2307] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) When output info, context id is written for received event on server ... Wed, 09 Mar 2022 16:28:03 GMT ymipsl [2306] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/field_attribute.conf (modified) Field attribute "expr" must not be transfered from client to server ... Tue, 08 Mar 2022 11:30:26 GMT ymipsl [2305] * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_enum_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/declare_ref_func.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) Fix bug when calling to "xios_solve_inheritance" that inhibit ... Mon, 07 Mar 2022 15:41:48 GMT ymipsl [2304] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_client_server_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_client_server_remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) Fix problem in remote connector for read variable : supress redondance ... Thu, 03 Mar 2022 13:11:42 GMT jderouillat [2303] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.cpp (modified) Compute transformation algorithm using source views to extract scalars ... Wed, 23 Feb 2022 13:57:02 GMT jderouillat [2302] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) Add an error to catch if read_access is not set on an input field (and ... Tue, 22 Feb 2022 16:09:19 GMT jderouillat [2301] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/default_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/iodef.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step1.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/user_param_advanced.json (modified) Enable scalar mask in the test suite Tue, 22 Feb 2022 13:20:26 GMT jderouillat [2300] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.fcm (modified) Update LLVM environment in the test suite, use clang (for C++) and ... Tue, 22 Feb 2022 11:22:18 GMT jderouillat [2299] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_nemo_algo (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_nemo_algo/checkfile.def (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_nemo_algo/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_nemo_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_nemo_algo/user_param_basic.json (added) Add composed reductions to the test suite on a nemo like grid. Prepare ... Wed, 16 Feb 2022 18:35:40 GMT ymipsl [2298] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) Fix dead-lock in attached mode YM Mon, 14 Feb 2022 18:11:31 GMT ymipsl [2297] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/file.cpp (modified) Fix problem with global netcdf attribute in multiple file mode when grid ... Thu, 03 Feb 2022 15:59:25 GMT ymipsl [2296] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp (modified) Solve problem rising when output scalar. Jenkins hash method map 0 to 0 ... Thu, 03 Feb 2022 09:48:49 GMT jderouillat [2295] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/my_run.sh (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test (modified) Replace ccc_mpp by squeue in the test suite. ccc_mpp generates in the ... Thu, 03 Feb 2022 08:48:58 GMT jderouillat [2294] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/gatherer_connector.hpp (modified) Fix for the average reduction in the new implementation of the ... Wed, 02 Feb 2022 11:03:04 GMT jderouillat [2293] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.cpp (modified) Fix in commit 2291 (Improve reduction transformation), removing an ... Wed, 02 Feb 2022 11:00:39 GMT jderouillat [2292] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/my_run.sh (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/launch_all (modified) Fix in the test suite to launch generic_testcase only if compile ... Tue, 01 Feb 2022 14:28:48 GMT ymipsl [2291] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/reduce_axis_to_scalar_attribute.conf (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/Functions/reduction_types.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_no_data_modification.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_reduce.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_reduce.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.hpp (modified) Improve reduction transformation - make the difference between reduction ... Wed, 26 Jan 2022 14:33:33 GMT jderouillat [2290] * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) On servers, move first calls of CTimer after the first step of servers ... Thu, 20 Jan 2022 13:36:46 GMT jderouillat [2289] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param_advanced.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param_advanced.json (modified) Enable second level severs in some test of the test suite Thu, 20 Jan 2022 08:51:54 GMT jderouillat [2288] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE.fcm (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) Add compile options for memory tracking in the TGCC test suite, ... Thu, 20 Jan 2022 08:48:58 GMT jderouillat [2287] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.cpp (modified) Fix for second level servers usage (nomenclature and recomment ... Mon, 10 Jan 2022 12:35:22 GMT jderouillat [2286] * XIOS/dev/dev_ym/XIOS_COUPLING/src/memtrack.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) For memtrack, switch addr2line from to backtrace_symbols. Add parse of ... Mon, 10 Jan 2022 10:29:46 GMT ymipsl [2285] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) Fix for vertical interpolation : fixed pressure level to dynamic ... Fri, 07 Jan 2022 15:59:00 GMT jderouillat [2284] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/mesh.cpp (modified) Add a missing return statements Fri, 07 Jan 2022 15:57:39 GMT jderouillat [2283] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) Fix the test about memory consumption (exclude source path from checks) Fri, 07 Jan 2022 15:09:50 GMT jderouillat [2282] * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/polyg.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/server_distribution_description.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/exception.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) Add missing return statements detected using -fsanitize=return. Return ... Fri, 07 Jan 2022 14:18:07 GMT jderouillat [2281] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE.fcm (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/my_run.sh (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test_irene (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step1.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_memory (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_memory/checkfile.def (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_memory/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_memory/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_memory/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/generate_ref.sh (modified) Add tracking of the memory consumption in the test suite Fri, 07 Jan 2022 11:17:18 GMT ymipsl [2280] * XIOS/trunk/src/config/axis_attribute.conf (modified) * XIOS/trunk/src/io/inetcdf4.cpp (modified) * XIOS/trunk/src/io/inetcdf4.hpp (modified) * XIOS/trunk/src/io/nc4_data_input.cpp (modified) Improve file reading reading - add_offset and scaling_factor attributes ... Wed, 05 Jan 2022 10:58:26 GMT jderouillat [2279] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/config_compile.py (modified) Fix for Compile status in the test suite. In some cases, nothing was ... Wed, 05 Jan 2022 08:23:54 GMT jderouillat [2278] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_GNU.fcm (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/compile_param_irene.def (modified) Enable debug mode on the Irene test suite (compile step), add return ... Tue, 04 Jan 2022 13:03:27 GMT jderouillat [2277] * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.cpp (modified) Bug fix for recent version of GCC, see commits 1852/2196 Mon, 03 Jan 2022 16:05:22 GMT jderouillat [2276] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) Fix in previous commit, CClientBuffer must be free in CContext::finalize Mon, 03 Jan 2022 13:09:22 GMT jderouillat [2275] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) Do not free buffers in CContext::finalize, yet done deleting ... Thu, 09 Dec 2021 11:28:20 GMT ymipsl [2274] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/event_scheduler.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/group_factory.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/inetcdf4.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/netCdf_cf_constant.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/netCdf_cf_constant.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/mem_checker.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/memtrack.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/parse_expr/operator_expr.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/release_static_allocation.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/release_static_allocation.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/timer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation_factory_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation.hpp (modified) Tracking memory leak : release memory statically alocated YM Thu, 09 Dec 2021 11:25:17 GMT ymipsl [2273] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) Fix issue in protocol : buffer was not correctly released after resizing ... Wed, 08 Dec 2021 10:42:24 GMT jderouillat [2272] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step1.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/user_param_basic.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/user_param.json (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/user_param_advanced.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/user_param_basic.json (added) Introduce different levels of test in test suite, levels can be set in ... Tue, 07 Dec 2021 14:48:08 GMT jderouillat [2271] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/user_param.json (modified) Add mask in test suite Tue, 07 Dec 2021 11:07:33 GMT ymipsl [2270] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/compute_connectivity_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/compute_connectivity_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/duplicate_scalar_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/duplicate_scalar_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/expand_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/expand_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/generate_rectilinear_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/inverse_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/inverse_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_scalar_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_scalar_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reorder_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reorder_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/temporal_splitting.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_no_data_modification.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_no_data_modification.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_zoom.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_zoom.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_no_data_modification.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation_factory_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation.hpp (modified) Tracking memory leak : Tranformations and algorithms are now managed ... Tue, 07 Dec 2021 11:00:23 GMT ymipsl [2269] * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/circle.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/circle.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/intersection_ym.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/mapper.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/mapper.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/meshutil.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/mpi_routing.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/node.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/node.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/parallel_tree.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/parallel_tree.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/timerRemap.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/timerRemap.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/tree.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/tree.hpp (modified) - Solve memory leak from remapper. - shared_ptr add add for manage ... Thu, 02 Dec 2021 09:14:45 GMT jderouillat [2268] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) Fix in tracking memory leak, a shared_ptr declaration was missing ... Wed, 01 Dec 2021 15:52:24 GMT ymipsl [2267] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/distributed_view.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/distributed_view.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/element.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/element.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_client_server_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_client_server_remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_elements.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_elements.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_local_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_local_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_local_view.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_local_view.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_mask_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_scatterer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_view.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/local_view.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/scatterer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/transfer_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/transfer_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/weight_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/weight_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/file_reader_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_output.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/memtrack.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.hpp (modified) tracking memory leak Elements, views, and connectors are now managed ... Wed, 01 Dec 2021 13:29:36 GMT ymipsl [2266] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Fix problem from previous commit when deallocating context. YM Thu, 25 Nov 2021 17:25:19 GMT ymipsl [2265] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/calendar_wrapper.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_decl_macro.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) tracking memory leak : remove context and all related object from object ... Tue, 23 Nov 2021 12:12:46 GMT ymipsl [2264] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/scalar_attribute.conf (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_output.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/onetcdf4.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/onetcdf4_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) Scalar can be now distributed on server side, avoiding incorrect result ... Fri, 19 Nov 2021 17:27:19 GMT ymipsl [2263] * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/window_manager.hpp (modified) Fix memory problem. YM Fri, 19 Nov 2021 15:58:18 GMT ymipsl [2262] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) Fix (new) dead-lock problem. YM Fri, 19 Nov 2021 15:19:28 GMT jderouillat [2261] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) Set gen0826 as the project to execute the test suite Fri, 19 Nov 2021 14:41:40 GMT ymipsl [2260] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/ressources_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/ressources_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/window_manager.hpp (modified) Improvment of one sided protocol - removed latency - solve dead-lock ... Wed, 17 Nov 2021 15:56:04 GMT ymipsl [2259] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.hpp (modified) Improvment of one-sided protocol. Windows are now created in the flight ... Tue, 16 Nov 2021 16:37:42 GMT ymipsl [2258] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/ressources_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/window_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) One sided protocol improvment. YM Wed, 10 Nov 2021 15:21:05 GMT jderouillat [2257] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) Fix bounds management in implement axis_inverse such as a ... Wed, 10 Nov 2021 14:28:22 GMT jderouillat [2256] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.hpp (modified) Implement axis_inverse such as a no_data_modification transformation Wed, 10 Nov 2021 10:47:59 GMT jderouillat [2255] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.cpp (modified) Implement extract axis transformations (from axis and from domain) using ... Wed, 10 Nov 2021 09:09:10 GMT aclsce [2254] * XIOS/branchs/xios-2.5/src/node/context.cpp (modified) Enable the use of record_offset in case of reading and server level 2. Wed, 10 Nov 2021 09:01:55 GMT aclsce [2253] * XIOS/trunk/src/node/context.cpp (modified) Enable the use of record_offset in case of reading and server level 2. Thu, 04 Nov 2021 09:13:23 GMT ymipsl [2252] * XIOS/trunk/src/node/mesh.cpp (modified) Remove debug output. YM Mon, 25 Oct 2021 13:55:04 GMT jderouillat [2251] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.cpp (modified) Fixes to reenable reduce_domain to axis Mon, 25 Oct 2021 12:34:40 GMT ymipsl [2250] * XIOS/trunk/src/node/file.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) Fix issue for Ugrid convention output. YM Tue, 12 Oct 2021 13:35:09 GMT jderouillat [2249] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) Fix for Rewrite domain distribution for servers in unstructured cases Mon, 11 Oct 2021 14:52:11 GMT jderouillat [2248] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) Modified temporarily the TGCC project to execute the test suite Mon, 11 Oct 2021 12:45:43 GMT ymipsl [2247] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) Rewrite domain distribution for servers. Previously it was leading that ... Mon, 11 Oct 2021 12:41:56 GMT ymipsl [2246] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_cs_base.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/distribution_type.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/contexts_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/ressources_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/ressources_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/servers_ressource.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/window_manager.hpp (modified) - Update of the tranfer protocol using one sided communication - ... Mon, 04 Oct 2021 08:21:52 GMT jderouillat [2245] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_JEANZAY.env (modified) Workaround for a MPI_Win_flush bug appearing with IntelMPI in a ... Fri, 01 Oct 2021 12:36:38 GMT jderouillat [2244] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/checkfile.def (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_dynamico_algo/user_param.json (added) Add an unstructured mesh based test in test suite Fri, 01 Oct 2021 08:40:31 GMT jderouillat [2243] * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Move context cleaning in xios_finalize (for clients) and when servers ... Thu, 30 Sep 2021 14:37:30 GMT ymipsl [2242] * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Bug fix in when split global communicator between clients and servers. ... Thu, 30 Sep 2021 12:25:40 GMT jderouillat [2241] * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template_impl.hpp (modified) Clean Context and it members before MPI_Finalize (to avoid some MPI call ... Thu, 30 Sep 2021 12:22:35 GMT jderouillat [2240] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Operate MPI windows free. Otherwise MPI will try to free it itself ... Wed, 29 Sep 2021 07:46:40 GMT ymipsl [2239] * XIOS/dev/dev_ym/XIOS_COUPLING/src/test/generic_testcase.f90 (modified) implement cyclic distribution for servers. in param.def : ... Wed, 29 Sep 2021 07:44:59 GMT ymipsl [2238] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) Bug fix in when split global communicator between clients and servers. ...