Hello,
Could you post the "config.log" from the build directory of code_saturne (code_saturne-8.0.build), not MED ? It seems the MED "file" library has compiled OK but the code is also looking for the optional MEDCoupling layer, which should not be the case by default unless perhaps some environment variables relative to Salome are set. An in any case, "configure" can be re-run from that directory, adding "--without-medcoupling" to the invocation command line given line 7 of config.log.
(then run make && make install).
Otherwise, I do not know why code_saturne has not been updated in the Debian repositories. V7.0 is available in "experimental", but even that is 2 years old.
For useful Ubuntu packages for code_saturne, check this :
https://github.com/code-saturne/code_sa ... n-packages
For info related to a container, check here also :
https://github.com/code-saturne/code_sa ... -container. The packages referenced seem old, so an update would be useful.... We have not worked on this recently on our side. Docker is avoided on our infrastructures for security reasons, and Singularity (which can use similar rules) is used instead, but building a container has not bee our priority.
I am not sure when the tutorials will be updated but the changes on the GUI side between code_saturne 7.0 and 8.0 have been minor (mostly some additions, few changes), so they should still be quite useful even if not quite up to date.
Best regards,
Yvan