stgeke

Results 89 issues of stgeke

To run large local problem sizes nek5000 requires `mcmodel = medium` or `mcmodel = large` and `PIC`. However this combination is often not supported on AArch64 (e.g. GNU, Clang) or...

- [ ] Replace cds->gsh by cds->gsh[] + eliminate cds->gshT - [ ] For cds kernels using p_Nq or p_subNq we have to use an array of kernel pointers! -...

Requires https://github.com/Nek5000/nekRS/issues/186

There are several locations in the code where we pre-post messages based on the local element count e.g. `mfi_gets` and `mfi_getv`. That's problematic as some system specify an upper limit...

bug

If LibSci gets loaded (at runtime) it overwrites conflicting symbols like icopy. This results in a SEGV. We should rename the conflicting symbols. Current workaround: Ensure that LibSci is not...

bug