ParMmg
ParMmg copied to clipboard
Update macOS version in ci
Update version for macos github runners before their deletion.
Remark:
- passing fortran argument by reference using the
%valkeyword is not standard and seems to not be supported bygfortran-14on arm architecture; - initially, we choose to use this feature in order to have a
Fortran-Cinterface allowing variadic functions (I didn't figure out how to do that using Iso-C binding when the interface was implemented a decade ago); - a solution may be to rewrite the Fortran-C interface using Iso-C binding...
- another solution may be to pass pointers to the C variadic function if we come from a Frotran call and to dereference the pointer in C.