framework icon indicating copy to clipboard operation
framework copied to clipboard

The Arcane Framework for HPC codes

Results 52 framework issues
Sort by recently updated
recently updated
newest added

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

arcane
refactoring

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

CI

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

enhancement
arcane:accelerator

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

enhancement
arcane
refactoring

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

arcane
arccore
refactoring

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

arcane
arccore
refactoring
arcane:accelerator

The following optimization are needed: - [ ] do not build pure and impure part - [ ] do not filter the array of index in the constructor if we...

arcane
arcane:accelerator
arcane:materials