opal@master%gcc@12.3 ^cray-mpich +amr fails
The Fortran libs linking are adding the openmpi specific: -lmpi_mpifh
to the linking step, which makes mpich fails.
-> One has to check if removing those lines doesn't make the compilation with OpenMPI fail, otherwise adding a step to check if the mpi provider is mpich or openmpi is needed.