framework
framework copied to clipboard
The Arcane Framework for HPC codes
Before this PR, by default we use memory usage to make the initial partitioning. The memory usage depend of the number of cells variables allocated. So it makes the partitioning...
Add C++20 build and test workflow for the following containers: - ubuntu 2204 gimkl 2021 - ubuntu 2204 foss 2021 - rhel9 foss 2021 - rhel8 foss 2021 - rhel9...
A proposal to remove buildsystem part in Alien ArcaneInterface
Consider a variable of type `VariableCellArrayReal` where the second dimension is high (for example 38400). When we want to synchronize this variable between GPUs, the messages are packed and unpacked...
With version 3.14 of Arcane and before, the handling of conversion from `String` to `Real` types (`Real`, `Real2`, `Real3`, `Real2x2` and `Real3x3`) is done like this: - for `Real`, we...
Even if Arccore remains an independent component, this will reduce complexity for new users and help moving some classes from Arcane to Arccore. - [x] Move `using Arccore::*` defined in...
The goal is to be able to use accelerator API using only Arccore. It will be useful for Alien for example. The following this needs to be done: - [...
The following optimization are needed: - [ ] do not build pure and impure part - [ ] do not filter the array of index in the constructor if we...