EdCaunt

Results 15 issues of EdCaunt

Symbols generated within Devito currently do not have guaranteed unique names, potentially producing inadvertent clashes which result in cryptic errors being raised. Devito currently makes use of counters (among other...

compiler

Introduce the ability to form a new `SubDimension` as the intersection of multiple` SubDimension`s

API

Starting a Python shell with `tmpi 2 python` and running `from mpi4py import MPI` results in a failed MPI_INIT on all ranks but the first (for any number of ranks...

`cached_property` has been included in `functools` since Python 3.8. The original `cached_property` module hasn't had an update since. Since Python 3.7 is officially end-of-life, support can be dropped and we...

dependencies