Chiel van Heerwaarden
Chiel van Heerwaarden
In the discussion on Discourse somebody suggested to use `export JULIA_CUDA_MEMORY_POOL=none` and this solves the problem. I do not know though whether this is a bug, because it would be...
Yes, I tried that as well. Only the `export JULIA_CUDA_MEMORY_POOL=none` solves my problems.
In the actual version, LoopVectorization returns an error, which is acceptable.
Alright. Thanks for the feedback. I am already glad the function does not return zeros anymore, because in an earlier version the function did not return an error.
At the moment it is unsupported, but @peterukk has some fixes for the Fortran code, and we got it working in SP in the C++ code. There is some pretty...
That sounds like a good set. Maybe the set of gases (size and whether provided as constant, profile or field). Ideally also the full set and a reduced set of...
This is great. We have also a set of fixes for our SP version, I will check with Menno where there is overlap and compare against these.
I ran into the same problem as well. This simple code fails, because `xarray` interpret the default value of zero as a missing value. It would be great if this...