Gilles Grospellier
Gilles Grospellier
Generic algorithms like `GenericReducer` ou `GenericFilterer` allocates memory during kernel execution and to keep some values. At the moment these allocations are done only one time for each instance. We...
We need to complete the following tasks: Top priority - [x] Remove remaining memory transfers between Host and Accelerator - [ ] Keep list of memory holes in `ConstituentConnectivityList` when...
This will help to make sure `googletest` use the same compilation options than Arccore.
Version 3.11 (october 2023) - Alien integration in 'framework' repository - Automatic comparison of values after/before synchronization Version 4.0 (End of 2023) - switch to C++20 - Specific AMR for...
Currently `ItemSharedInfo` always allocate memory for nodes based on `ItemTypeInfo::nbLocalNode()`. These connectivities are no longer used so we can remove them. But doing that with the current version of Arcane...
Allow dynamic creation of services which use `axl` files. At the moment, theses services may only be created when we read the case file. - [ ] Faire une classe...
Implement interface `IParallelNonBlockingCollective`
Implement interface `IParallelNonBlockingCollective`.
- [x] Handle Material Variable in axl files (#276) - [x] Add support for Environment Variables - [x] Add support for 1D Material and Environment Variables - [ ] Add...