Christos Kotsalos
Christos Kotsalos
**Describe the bug** Likwid-mpirun crashes with many MPI tasks (2048 and above) while presents no issues for fewer tasks. We get two different kind of error messages: 1. This error...
With #618 we have added cuda-related error checking in `coreneuron/utils/utils_cuda.h`, which is used in `solve_interleaved2_launcher`. We realised that there is no such error checking in `coreneuron/utils/randoms/nrnran123.cu`. Add it to the...
Need this to pass C pointers to DaCe sdfg and reinterpret cast them inside a tasklet
Small modification to infer offset on top of shape and strides from the data descriptor (needed in gt4py)
Currently, the error checking in Crout and Newton evaluates their return status (an int) and checks it with an assert statement. Of course this is limited to build without NDEBUG...