Skip to content

Solve c memory leaks

Stefan Possanner requested to merge memory-leaks into devel

Solves the following issue(s):

Closes #232 (closed)

Core changes:

  • Repair language c memory leaks as described in the above issue.
  • As global start indices, we always use the ones from space Vh['0'] now (they are the same for all spaces/components).
  • Add the option --Tend to struphy test MODEL in order to quickly check for memory leaks
  • Add prompt when changing the language in struphy compile. Closes #231 (closed)
  • Launch tutorial tests via API (call to main); this enables tracking of CPU usage via pytest-monitor
  • Perform test_gvec_equil only on 1 process due to json.load command
  • Exclude files with _tmp.py from auto kernels search

Model-specific changes:

None

Documentation changes:

None

Edited by Stefan Possanner

Merge request reports