Merge branch 'feature/fix-multiple-kernels' into 'master'
Avoid having generation magic use global context That was a bad idea from the beginning! It lead to a situation, where calls from within a generator inherited their context tags. Should be fixed now. This is a followup MR for !63 See merge request !64
No related branches found
No related tags found
Showing
- python/dune/perftool/generation/cache.py 20 additions, 19 deletionspython/dune/perftool/generation/cache.py
- python/dune/perftool/generation/cpp.py 3 additions, 3 deletionspython/dune/perftool/generation/cpp.py
- python/dune/perftool/pdelab/localoperator.py 4 additions, 5 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/sumfact/amatrix.py 6 additions, 31 deletionspython/dune/perftool/sumfact/amatrix.py
- python/dune/perftool/sumfact/quadrature.py 2 additions, 2 deletionspython/dune/perftool/sumfact/quadrature.py
- python/test/dune/perftool/generation/test_cache.py 8 additions, 58 deletionspython/test/dune/perftool/generation/test_cache.py
Loading
Please register or sign in to comment