framework
framework copied to clipboard
The Arcane Framework for HPC codes
In a accelerator loop, we would like to get the environment id for a given MatVarIndex: ```c++ CellToAllEnvCellAcessor c2ae(....); command
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...
With an environment variable, we would like to choose if scalar (resp. array) variables (item-kind="none") are allocated with cudaMallocManaged or with the standard memory allocator.
Hello, The test hydro5_4proc_3sd_4proc does not finish and all the MPI (intelMPI) processes are stuck in MPI_Barrier from MPIParallelSuperMng destructor. Backtrace: (gdb) bt #0 0x00007f19195c75d8 in MPIDI_SHMGR_release_generic (opcode=447039912, mpir_comm=0x7fff2b79f788, root=1,...
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...
Hello, documentation of void DynamicMeshGraph::addLinks(Integer nb_link, Int64ConstArrayView links_infos); does not describe what to put in link_infos. A+ Thomas
Implement interface `IParallelNonBlockingCollective`
Implement interface `IParallelNonBlockingCollective`.