Closed jlperla closed 2 years ago
This seems to occur with a @btime as well as with calls to FiniteDifferences, such as when called with test_rrule etc.
@btime
test_rrule
Currently going through to see if concurrency issues are at play:
Module
Happens without any actual calculations. Compiler failing in some odd way?
Cracked. Some sort of compiler bug with globals. Will add MWE later.
This seems to occur with a
@btime
as well as with calls to FiniteDifferences, such as when called withtest_rrule
etc.Currently going through to see if concurrency issues are at play:
Module