SciML / RuntimeGeneratedFunctions.jl

Functions generated at runtime without world-age issues or overhead
https://docs.sciml.ai/RuntimeGeneratedFunctions/stable/
MIT License
99 stars 15 forks source link

threaded test fails on windows #76

Open ArnoStrouwen opened 6 months ago

ArnoStrouwen commented 6 months ago

This line hangs indefinitely on my windows machine: https://github.com/SciML/RuntimeGeneratedFunctions.jl/blob/master/test/runtests.jl#L133 but seems to work fine on linux CI

ArnoStrouwen commented 6 months ago

Cannot be reproduced on windows CI either.

vinhpb commented 3 months ago

Hi, I have encountered a seemingly similar issue when trying to do @RuntimeGeneratedFunction in multithreading mode on my Windows computer. I would really appreciate it if you could show me any workaround.