stgeke

Results 89 issues of stgeke

Many applications use an internal memory pool (scratch space). It would be great if this allocated memory could be recycled by SUNDIALS (e.g. for storing the Krylov basis array etc.)...

feature-request

In nekRS a boundary type has to be specified for each boundary ID (tag). If we import the boundary conditions from nek, there are usually no IDs available (unless the...

bug

Workaround: Remove https://github.com/Nek5000/nekRS/blob/master/src/lib/nekrs.cpp#L422

bug

Running with `CUDA_DISABLE_PTX_JIT=1` results in: ``` Compiled with CUDA Runtime 11.4, using CUDA driver 11.4 Caught amgx exception: CUBLAS_STATUS_NOT_INITIALIZED at: /home/user/3rd_party/AMGX/base/include/amgx_cublas.h:70 Stack trace: /home/user/.local/lib/libamgxsh.so : amgx::Cublas::get_handle()+0x650 /home/user/.local/lib/libamgxsh.so : amgx::Resources::Resources(amgx::AMG_Configuration*, void*,...