source: XIOS/dev/dev_ym/XIOS_COUPLING/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @2251   3 years jderouillat Fixes to reenable reduce_domain to axis
(edit) @2249   3 years jderouillat Fix for Rewrite domain distribution for servers in unstructured cases
(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) @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 …
(edit) @2239   3 years ymipsl implement cyclic distribution for servers. in param.def : …
(edit) @2238   3 years ymipsl Bug fix in when split global communicator between clients and servers. …
(edit) @2236   3 years ymipsl Fix problem in remoteConnector when computing grid to sent to server. Some …
(edit) @2235   3 years ymipsl small fix in memory report. YM
(edit) @2234   3 years jderouillat Enable dynamico-like runs with generic_testcase
(edit) @2232   3 years jderouillat Reconsider the workflow view to identify points to exclude from …
(edit) @2230   3 years ymipsl Fix some Dead-lock issue... YM
(edit) @2229   3 years ymipsl When checkEvent is set, add a new diagnoistic : Check if every server …
(edit) @2228   3 years jderouillat Fix in exclude masked points from transformation definition …
(edit) @2227   3 years jderouillat Exclude masked points from transformation definition (domain_extract)
(edit) @2226   3 years jderouillat Implement a data_i_index computing which only depends on source workflow …
(edit) @2223   3 years ymipsl Warning : standard release intelMPI library is bugged when probing onto a …
(edit) @2222   3 years ymipsl Fix problem at MPI dynamic window creation with intelMPI : Freeing …
(edit) @2221   3 years ymipsl fix typo : MPI_Aint instead of MPI_AINT YM
(edit) @2220   3 years ymipsl Add synchronisation at service and manager creation, not sure it needed, …
(edit) @2212   3 years ymipsl Revisiting Memory tracking : * MemTrack? has been improved - Not need …
(edit) @2209   3 years ymipsl Revisiting registry management and make it working. YM
(edit) @2208   3 years ymipsl Missing synchronisation in pool_ressource service. YM
(edit) @2207   3 years ymipsl Bug fix : "scalar_ref" scalar attribute was sent to the server. YM
(edit) @2206   3 years ymipsl New feature : when can now use the syntax : fieldId:domainId[n], in domain …
(edit) @2205   3 years ymipsl Fix when checking late data : need to call eventLoop for current context …
(edit) @2204   3 years ymipsl Bug fix : bad value for unlockContext(), so context was never unlocked. …
(edit) @2203   3 years ymipsl New functionnality : domain, axis and scalar can now be retrieve with new …
(edit) @2199   3 years jderouillat Set initial value of finished in CContext::eventLoop to true (if finalized …
(edit) @2196   3 years jderouillat Backporting commit 1852 : Compiler fix for recent version of GCCfor …
(edit) @2195   3 years yushan workflow graph : enable temporal splitting filter
(edit) @2194   3 years yushan workflow graph : bug fix (check if attribute is defined before querying …
(edit) @2193   3 years yushan workflow graph : enable unary and binary arithmetic filters
(edit) @2190   3 years jderouillat Add bound checking when the workflow view is scaned (highlighted by blitz …
(edit) @2189   3 years jderouillat Fixes for some more strict compilers (gcc 8.3 at TGCC)
(edit) @2188   3 years jderouillat Fix average reduction (update reference results for test_scalar_algo)
(edit) @2186   3 years jderouillat Modify extract (domain to domain) implementation : reset all geometrical …
(edit) @2185   3 years jderouillat Fix ni/nj computation when not defined but number of elements in …
(edit) @2184   3 years jderouillat Modify reorder implementation : reset all geometrical attributes, limit …
(edit) @2183   3 years ymipsl Change object undef id for better output in netcdf file : …
(edit) @2182   3 years ymipsl remove unused method. YM
(edit) @2180   3 years ymipsl make better {} aligment in file (cosmetic only) YM
(edit) @2179   3 years ymipsl Improve performance of CGridRemoteConnector when grid source and/or …
(edit) @2178   3 years ymipsl Externalize in separate file the management of server leader that was in …
(edit) @2177   3 years ymipsl Correct problem in hash methods for vector. Implement hash combine. YM
(edit) @2176   3 years ymipsl Fix a minimum buffer size after buffer evaluation in order to achive small …
(edit) @2175   3 years ymipsl For generic testcase, for lmdz domain type, mask was not set for X and Y …
(edit) @2174   3 years jderouillat Set attributes in compute reorder using source views in Coupling
(edit) @2172   3 years jderouillat Re-enable arithmetic filter
(edit) @2170   3 years jderouillat Set more attributes to compute reorder domain in Coupling
(edit) @2150   3 years jderouillat Fix typo in : Do not remove ranks with empty data from file writing …
(edit) @2149   3 years jderouillat Do not remove ranks with empty data from file writing communicators
(edit) @2147   3 years jderouillat Enable duplicate_scalar in test suite
(edit) @2146   3 years yushan Big commit on graph functionality. Other graph related dev
(edit) @2145   3 years yushan Big commit on graph functionality. Add algo name for showing in the …
(edit) @2144   3 years yushan Big commit on graph functionality. Enable the workflow graph when going …
(edit) @2143   3 years yushan Big commit on graph functionality. Add buildWorkflowGraph function for …
(edit) @2142   3 years yushan Big commit on graph functionality. Add attribute build_workflow_graph
(edit) @2141   3 years yushan Big commit on graph functionality. Add files
(edit) @2136   3 years jderouillat Fixes to reenable reduce_axis
(edit) @2135   3 years jderouillat Fix a not defined returned value in the new management of client-server …
(edit) @2130   3 years ymipsl New management of client-server buffers. - buffers can grow automatically …
(edit) @2128   3 years ymipsl Fix problem in chaining transformation. in case of reading grid in file, …
(edit) @2127   3 years ymipsl fix : workflowToModel connector not initialized to nullptr YM
(edit) @2126   3 years ymipsl Bug fix in axis interpolation with pressure coordinate YM
(edit) @2125   3 years ymipsl Fix problem for unstructured grid when no distribution is defined. YM
(edit) @2124   3 years ymipsl Fix bad suffix context in generated object id YM
(edit) @2123   3 years ymipsl Possibly fix deadlock in attched mode YM
(edit) @2122   3 years ymipsl Improve axis interpolate feature : introduce : coordinate_src and …
(edit) @2121   3 years ymipsl Merge fortran interface functionnalities from trunk : - sendField & …
(edit) @2120   3 years ymipsl remove attempt to visualize blitz array throw totalview API. YM
(edit) @2119   3 years jderouillat Fix in reorder_domain
(edit) @2118   3 years jderouillat Enable GNU compilation
(edit) @2117   3 years jderouillat Fixes to reenable inverse_axis and extract_domain_to_axis : call …
(edit) @2116   3 years jderouillat Backport fix 1919 about checkValid in extract_domain_to_axis
(edit) @2115   3 years jderouillat Backport fix 2099 : Fix problem in fortran-c interface about logical/bool.
(edit) @2022   3 years ymipsl Reimplement coupling in the new infrastructure. Tested for 2-way coupling …
(edit) @2018   3 years ymipsl Fix compilation issue due to removed headers. YM
(edit) @2016   3 years ymipsl Transformation : fix problem xhen chaining transformation that generate …
(edit) @2011   3 years ymipsl - bug fix when createing mask on server side when overlapping grid - …
(edit) @2010   3 years ymipsl fix pressure in Pa in generic testcase. YM
(edit) @2009   3 years ymipsl Implement axis interpolation, without pressure coordinate for now. YM
(edit) @2008   3 years ymipsl missing interpolate_domain in registering transformations. YM
(edit) @2007   3 years ymipsl - fix some problem in transformation - implement new temporal splitting …
(edit) @2006   3 years ymipsl Some fix domain_algorithm_extract. Now the domain destination not need to …
(edit) @2005   3 years ymipsl fix some problems in transformation_path Not sure something else wil be …
(edit) @2004   3 years ymipsl fix typo. YM
(edit) @2003   3 years ymipsl fix typo. YM
(edit) @2002   3 years ymipsl Some cleaning of old transformation dead code YM
(edit) @2001   3 years ymipsl Bug fix when introducing gridAlgorithm YM
(edit) @2000   3 years ymipsl Add reduce operation for transformation (sum was already fonctional) min, …
(edit) @1999   3 years ymipsl Adapt transformation algorithm to new infrastructure (on going...) YM
Note: See TracRevisionLog for help on using the revision log.