-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoiding buffer allocations in each time step in MPI boundary conditi…
…ons, closes #53 (#61) * initial changes * adapt to a new API * Update pyproject.toml * remove numpy * precommit * force older Numpy to avoid NaN-cast warnings in PyMPDATA fields ctors * disable kwargs * comment non-supported option * downgrade numba * try passing dtype to view() * code formatting fix * add missing dtype params * fix shape setting for Numba * add complex buffer support and uncomment back non-oscillatory tests * use chank assignement instead of reshape to ensure nojit tests fail if mem needs to be copied * silence pylint on numba.config access * make the code compilable --------- Co-authored-by: derlk <[email protected]> Co-authored-by: Sylwester Arabas <[email protected]>
- Loading branch information
1 parent
3ae6bbf
commit 3a62966
Showing
3 changed files
with
61 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters