Algiane Froehly
Algiane Froehly
Implementation: - [ ] Add possibility to call scotch instead of Metis for initial partitioning (nodes of graph are mesh elts) - [ ] Add possibility to call scotch instead...
Migration from Inria solution (Jenkins + Inria VM) onto github actions for reduced maintenance and access to external users.
When external projects are used by ParMmg (DOWNLOAD_METIS and DOWNLOAD_MMG setted to ON), their installation is disabled, leading to missing headers and library when linking the parmmg library with another...
Hello, Thank you for providing the Silo library. I have issue to build the release 4.11 of Silo with hdf5 capabilities when hdf5 is built in Debug mode using CMake:...
The edge length computation in Mmg3d contains some inconsistencies and needs to be tested and cleaned: - for isotropic metric, it seems that we always compute the "straight" edge length;...
New job that: - emulates a ppc64 architecture (using the [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) that relies on the use of [`qemu`](https://www.qemu.org/) through the [`qemu-user-static`](https://github.com/multiarch/qemu-user-static) image); - deploys a AlmaLinux-8 image with prebuilt TPLs...
Geos compilation against TPLs of PR [#218](https://github.com/GEOS-DEV/thirdPartyLibs/pull/218).
The mesh packing inside a char array implies that we need large intergers to store the message size. An alternative that was implemented in the past (and was working I...
This PR replaces the macos-12 runners by macos-14 ones for jobs with VTK enabled. It fixes a recent deadlock (or very long slowdown) during the installation of VTK using homebrew...