I am trying to install FreeFEM on a HPC platform called Aire. I build a ubuntu 24.04 sandbox firstly and then compile FreeFEM from sources. Everything goes smooth until making check. Some cases show as XFAIL, as shown below (5 in ffddm directory, 3 in mpi directory and 1 in hpddm directory).
I find an alternative way to run FreeFEM on HPC cluster aire, that is build docker images firstly and then use apptainer to build .singularity image file and run it.
I have pushed the freefem docker image (v4.15 with PETSC 3.24.4) to docker hub docker://xuanzhao123/freefem:amd64.
I use apptainer to build a singularity image file by