Closed stgeke closed 3 years ago
Nek5000 fails to compile large local problem sizes (e.g. >8M GLL points per MPI rank). We're hitting a static memory limit although -mcmodel=medium is used.
-mcmodel=medium
Workaround: Use -mcmodel=large if available.
-mcmodel=large
Fixed in https://github.com/Nek5000/nekRS/commit/7a55f459cd9b42129d0d3312dac8dd614cdb50d0
Nek5000 fails to compile large local problem sizes (e.g. >8M GLL points per MPI rank). We're hitting a static memory limit although
-mcmodel=medium
is used.Workaround: Use
-mcmodel=large
if available.