CI: add valgrind checks for test domain
In this merge request an addition to CI is proposed:
- another CI script is added to compile mhm in debug mode
- a mhm run for the test domain is checked with the valgrind tool
memcheckto check for memory errors - a mhm run for the test domain is checked with the valgrind tool
massifto analyze memory consumption -
massifoutput is stored as artifactmassif.out.0from jobvalgrind-mem-use - gfortran compiled executable is stored as artifact
mhmfrom jobcompile-gfortran83
Edited by Sebastian Müller