Gilles Grospellier

Results 31 issues of 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...

enhancement
arcane
arcane:accelerator

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...

enhancement
arcane
refactoring
arcane:accelerator
arcane:materials

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...

arcane

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...

enhancement
arcane
refactoring

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...

enhancement
arcane

Implement interface `IParallelNonBlockingCollective`

enhancement
arcane

Implement interface `IParallelNonBlockingCollective`.

enhancement
arcane

- [x] Handle Material Variable in axl files (#276) - [x] Add support for Environment Variables - [x] Add support for 1D Material and Environment Variables - [ ] Add...

enhancement
arcane
axlstar