Sébastien Valat
Sébastien Valat
I observed an issue in the CROCO oceanic simulation while applying fparser on its step3d file. ```sh fparser2 step3d_t_.mpc.f ``` ```sh Traceback (most recent call last): File "/home/svalat/Projects/croco-psyclone/bench/rundir/venv/bin/fparser2", line 8,...
I need to enter again in the sources to check it is really possible, but it might be interesting to offer the possibility to simulation a NUMA topology while making...
Report some of the thread & memory binding command being used. We might want to report : - OMP_PROC_BIND - OMP_PLACES - GOMP_CPU_AFFINITY - KMP_AFFINITY Possibly we might want also...
In the webview I used many times the term pinning to says that a thread or a page has been attached to a given NUMA domain. As with GPU &...
Instead of using the wrapper this is also a very simple and clean way.
Instead of hardcoding the URLs everywhere, make as in MALT by using a routing file so it is easier to re-route the request if we want. (for the calls to...
Under ubuntu some unit tests are failing when building MALT with clang and running unit tests. This is seen over : - ubuntu 22.04 - ubuntu 23.04 - ubuntu 24.04...
I would think having the given steps : - `update-headers` - `update-version` - `check-portability` - `gen-coverage` - `package` - `gen-archive`