John Washbourne

Results 7 issues of John Washbourne

MPI `data_gather` broken for `TimeFunction`. MFE below ``` # env DEVITO_LOGGING=DEBUG DEVITO_MPI=1 mpirun -n 2 python mfe_gather2.py import numpy as np from devito import Grid, TimeFunction, Eq, Operator, MPI grid...

MPI

there is an inconsistency between some configuration dictionary keys and corresponding environment variables. Examples below. | config | variable | notes | | :--- | :--- | :--- | |...

Unconnected bits that should be cleaned up sometime. Consider these as questions not instructions to the community: "should we do this" - [ ] add API docs section for ```Buffer```...

### 00_index.ipynb - [x] Broken link to operator class in first para ### 01_data_regions.ipynb - [x] Where to find descriptions of operator options like dle='noop' - [ ] Could the...

documentation

Currently hankel function analytic tests exist for 2D acoustic operators. The PR fixing this will: - [ ] move existing analytic test code from `acoustic/accuracy.ipynb` and `skew_self_adjoint/test_wavesolver.py` into `tests/utils.py` -...

An example below is provided for specifying derivative types. This issue is suggesting the second form bellow should throw an error, pehaps ```UnrecognizedParameterError```. **Correct, results in desired behavior** ``` from...

the Devito publications at https://www.devitoproject.org/publications needs work - [ ] make references uniform (pick a style and use everywhere) - [ ] dates are missing from many references - [...

documentation