Zydrunas Gimbutas

Results 5 comments of Zydrunas Gimbutas

The correct licensing is BSD, as before. I updated the headers in all Fortran files. > On Oct 13, 2021, at 3:38 PM, Andreas Klöckner ***@***.***> wrote: > > >...

Well, it is an experimental branch. I hoped nobody would notice! > On Oct 13, 2021, at 4:17 PM, Andreas Klöckner ***@***.***> wrote: > > > FWIW, this is the...

I can replicate the bug by running fortran test driver test_lfmm3d_vec.f. Most likely OMP_STACKSIZE is set incorrectly. On my machine (ubuntu 20.04LTS, gcc 9.3.0), I have the following system defaults:...

Thanks, Alex! Defaults for OMP and KMP (that’s intel) stack size is something like 4 Mbytes for each thread. That is not much, all private variables and all local variables...

One can also try to track down big local variables that might be causing this (temporary vectorized multipole expansions?) > On Nov 14, 2020, at 11:00 PM, Zydrunas Gimbutas wrote:...