devito icon indicating copy to clipboard operation
devito copied to clipboard

DSL and compiler framework for automated finite-differences and stencil computation

Results 157 devito issues
Sort by recently updated
recently updated
newest added

and this is what you can use for so called "choice" parameters : http://click.pocoo.org/5/options/#basic-value-options I thought about this when I saw the option --noazimuth in the TTI example potentially work...

Hello, I am using **OpenMPI 4.1.2a1** and GCC 10.2.0 on a 120 core Zen2 system. The generated code is receiving SIGSEGV signals in what appears to be the C code...

I would argue this should at the very least be called `devito_examples` or something along those lines? Same with `benchmarks`.

examples
benchmarking

Setting `coefficents=symbolic` on a function with `staggered` and not specifying stencil coefficients results in derivatives defaulting to incorrect values. It appears that specifying coefficients does not change them from this...

bug-py

`pgcc` doesn't swallow the following ``` float (*restrict buf)[buf_y_size] __attribute__ ((aligned (64))) = (float (*)[buf_y_size]) buf_vec; ``` when the variable `buf_y_size` is of type `const int`. No matter what C...

bug-py-minor
GPU

Work in progress. TBC. Aside from the actual implementation, we'll also need to discuss legacy support at some stage.

WIP
API

the `glb_to_rank` function in `distributed` is one of the remaining computational bottleneck for sparse objects coordinates distribution,

This may not be the right way to approach this... but the code below generates a pretty funky and not-very-helpful error :) ``` from devito import Grid, Function, TimeFunction, Operator,...

bug-py-minor

The same Operator can be `.apply` concurrently by different threads, but there are certain non-functional objects attached to, or used by, it that aren't thread-safe yet: * The Profiler's `py_timers`...

A python script running a TTI RTM for only one shot with pyrevolve (https://sesibahia-my.sharepoint.com/:u:/g/personal/oscar_ladino_fieb_org_br/EWpX_VT4U3lCqdAArLVaGKABe9oysSb0KKRDlqIyL1XpwA?e=TgKdL4) runs fine for a period of time before crashing with the following error: ``` File "/home/oscarm/.conda/envs/devito-v4.2.2/lib/python3.8/site-packages/pytools/prefork.py",...