source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2339   23 months jderouillat Forced usage of extract_domain when zoom_domain is specified, added …
(edit) @2338   23 months jderouillat Added extract_domain interface. Updated all interfaces, normalize some …
(edit) @2337   2 years jderouillat Set enabled to false for fields contained in disabled files. …
(edit) @2336   2 years jderouillat Split a too long fortran code line to respect the limit of 132 characters …
(edit) @2335   2 years jderouillat Introduced a new service (named defaultServicesId which contains all …
(edit) @2334   2 years jderouillat Fix after reintroducing oasis_enddef
(edit) @2333   2 years jderouillat Reintroduced oasis_enddef management on the server side (communications …
(edit) @2332   2 years jderouillat Suffix intraComm and interComm members of CClient and CServer with _ (some …
(edit) @2331   2 years jderouillat Activate extrapolation as an option (set by default to true) in axis …
(edit) @2330   2 years jderouillat Added dedicated options to manage send/recv checksum operations, this new …
(edit) @2329   2 years jderouillat Added dedicated options to manage send/recv checksum operations, this new …
(edit) @2328   2 years jderouillat Set extrapolation as an option (set by default to true) in axis …
(edit) @2327   2 years jderouillat Add control of the size of the received data in the client to model filter …
(edit) @2326   2 years ymipsl Fix Deadlock from reading phase. YM
(edit) @2325   2 years ymipsl Bug fux introduced by previous commit. YM
(edit) @2324   2 years ymipsl Solve deadlock or crash occuring when activate second levels of servers. …
(edit) @2323   2 years ymipsl set latency to 0.1s for one sided-communication check on server side. YM
(edit) @2322   2 years ymipsl Some fix in domain_extract transformation for curvilinear grid. YM
(edit) @2321   2 years ymipsl Fix to avoid deadlock when resizing buffers YM
(edit) @2320   2 years ymipsl Add arch file for IPSL mesoCentre. YM
(edit) @2319   2 years jderouillat Add a checksum ability in xios_send/recv_field, enabled with info_level > …
(edit) @2318   2 years jderouillat Add a checksum ability in xios_send/recv_field, enabled with info_level > …
(edit) @2317   2 years jderouillat Fix test suite after new management of domain/axis name
(edit) @2316   2 years ymipsl Name of domain/axis was not well taking into account when wrote into file. …
(edit) @2315   2 years ymipsl fix missing workflow dependcy when using grid_ref with field Id. YM
(edit) @2314   2 years ymipsl bug fix for unstructured grid feed with area attribute : in some case it …
(edit) @2313   2 years ymipsl Take into account detect_missing_value and renormalize attribute for …
(edit) @2312   2 years ymipsl temporary fix when reading grid from file. Some part of code must rewrite …
(edit) @2311   2 years ymipsl Add possibility to refer to a grid using the field which is attached to, …
(edit) @2310   2 years ymipsl Implement small garbage collector for unfreed MPI windows and …
(edit) @2309   2 years ymipsl Bug fix when resizing buffer on server size. YM
(edit) @2308   2 years ymipsl Fix problem when reading scalar on multiple servers. YM
(edit) @2307   2 years ymipsl When output info, context id is written for received event on server side. …
(edit) @2306   2 years ymipsl Field attribute "expr" must not be transfered from client to server …
(edit) @2305   2 years ymipsl Fix bug when calling to "xios_solve_inheritance" that inhibit …
(edit) @2304   2 years ymipsl Fix problem in remote connector for read variable : supress redondance …
(edit) @2303   2 years jderouillat Compute transformation algorithm using source views to extract scalars …
(edit) @2302   2 years jderouillat Add an error to catch if read_access is not set on an input field (and so …
(edit) @2301   2 years jderouillat Enable scalar mask in the test suite
(edit) @2300   2 years jderouillat Update LLVM environment in the test suite, use clang (for C++) and …
(edit) @2299   2 years jderouillat Add composed reductions to the test suite on a nemo like grid. Prepare …
(edit) @2298   2 years ymipsl Fix dead-lock in attached mode YM
(edit) @2297   2 years ymipsl Fix problem with global netcdf attribute in multiple file mode when grid …
(edit) @2296   2 years ymipsl Solve problem rising when output scalar. Jenkins hash method map 0 to 0 …
(edit) @2295   2 years jderouillat Replace ccc_mpp by squeue in the test suite. ccc_mpp generates in the test …
(edit) @2294   2 years jderouillat Fix for the average reduction in the new implementation of the …
(edit) @2293   2 years jderouillat Fix in commit 2291 (Improve reduction transformation), removing an …
(edit) @2292   2 years jderouillat Fix in the test suite to launch generic_testcase only if compile succeed. …
(edit) @2291   2 years ymipsl Improve reduction transformation - make the difference between reduction …
(edit) @2290   2 years jderouillat On servers, move first calls of CTimer after the first step of servers …
(edit) @2289   2 years jderouillat Enable second level severs in some test of the test suite
(edit) @2288   2 years jderouillat Add compile options for memory tracking in the TGCC test suite, correction …
(edit) @2287   2 years jderouillat Fix for second level servers usage (nomenclature and recomment …
(edit) @2286   2 years jderouillat For memtrack, switch addr2line from to backtrace_symbols. Add parse of mem …
(edit) @2285   2 years ymipsl Fix for vertical interpolation : fixed pressure level to dynamic pressure …
(edit) @2284   2 years jderouillat Add a missing return statements
(edit) @2283   2 years jderouillat Fix the test about memory consumption (exclude source path from checks)
(edit) @2282   2 years jderouillat Add missing return statements detected using -fsanitize=return. Return …
(edit) @2281   2 years jderouillat Add tracking of the memory consumption in the test suite
(edit) @2280   2 years ymipsl Improve file reading reading - add_offset and scaling_factor attributes …
(edit) @2279   2 years jderouillat Fix for Compile status in the test suite. In some cases, nothing was …
(edit) @2278   2 years jderouillat Enable debug mode on the Irene test suite (compile step), add return …
(edit) @2277   2 years jderouillat Bug fix for recent version of GCC, see commits 1852/2196
(edit) @2276   2 years jderouillat Fix in previous commit, CClientBuffer must be free in CContext::finalize
(edit) @2275   2 years jderouillat Do not free buffers in CContext::finalize, yet done deleting CEventServer
(edit) @2274   2 years ymipsl Tracking memory leak : release memory statically alocated YM
(edit) @2273   2 years ymipsl Fix issue in protocol : buffer was not correctly released after resizing …
(edit) @2272   2 years jderouillat Introduce different levels of test in test suite, levels can be set in …
(edit) @2271   2 years jderouillat Add mask in test suite
(edit) @2270   2 years ymipsl Tracking memory leak : Tranformations and algorithms are now managed with …
(edit) @2269   2 years ymipsl - Solve memory leak from remapper. - shared_ptr add add for manage nodes. …
(edit) @2268   2 years jderouillat Fix in tracking memory leak, a shared_ptr declaration was missing defining …
(edit) @2267   2 years ymipsl tracking memory leak Elements, views, and connectors are now managed with …
(edit) @2266   2 years ymipsl Fix problem from previous commit when deallocating context. YM
(edit) @2265   2 years ymipsl tracking memory leak : remove context and all related object from object …
(edit) @2264   2 years ymipsl Scalar can be now distributed on server side, avoiding incorrect result …
(edit) @2263   2 years ymipsl Fix memory problem. YM
(edit) @2262   2 years ymipsl Fix (new) dead-lock problem. YM
(edit) @2261   2 years jderouillat Set gen0826 as the project to execute the test suite
(edit) @2260   2 years ymipsl Improvment of one sided protocol - removed latency - solve dead-lock YM
(edit) @2259   3 years ymipsl Improvment of one-sided protocol. Windows are now created in the flight …
(edit) @2258   3 years ymipsl One sided protocol improvment. YM
(edit) @2257   3 years jderouillat Fix bounds management in implement axis_inverse such as a …
(edit) @2256   3 years jderouillat Implement axis_inverse such as a no_data_modification transformation
(edit) @2255   3 years jderouillat Implement extract axis transformations (from axis and from domain) using …
(edit) @2254   3 years aclsce Enable the use of record_offset in case of reading and server level 2.
(edit) @2253   3 years aclsce Enable the use of record_offset in case of reading and server level 2.
(edit) @2252   3 years ymipsl Remove debug output. YM
(edit) @2251   3 years jderouillat Fixes to reenable reduce_domain to axis
(edit) @2250   3 years ymipsl Fix issue for Ugrid convention output. YM
(edit) @2249   3 years jderouillat Fix for Rewrite domain distribution for servers in unstructured cases
(edit) @2248   3 years jderouillat Modified temporarily the TGCC project to execute the test suite
(edit) @2247   3 years ymipsl Rewrite domain distribution for servers. Previously it was leading that …
(edit) @2246   3 years ymipsl - Update of the tranfer protocol using one sided communication - Introduce …
(edit) @2245   3 years jderouillat Workaround for a MPI_Win_flush bug appearing with IntelMPI in a …
(edit) @2244   3 years jderouillat Add an unstructured mesh based test in test suite
(edit) @2243   3 years jderouillat Move context cleaning in xios_finalize (for clients) and when servers have …
(edit) @2242   3 years ymipsl Bug fix in when split global communicator between clients and servers. …
(edit) @2241   3 years jderouillat Clean Context and it members before MPI_Finalize (to avoid some MPI call …
(edit) @2240   3 years jderouillat Operate MPI windows free. Otherwise MPI will try to free it itself without …
Note: See TracRevisionLog for help on using the revision log.