I got this:
OpenBLAS: malloc failed in dsyrk_thread_UT
julia> versioninfo()
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
Environment:
JULIA_PKG_PRECOMPILE_AUTO = 0
julia> Threads.nthreads()
4
Unfortunately I can not share my script. Any ideas what might cause this or how to debug it?
I will try to reduce my script as much as possible in order to come up with a MWE.