lanl / scico

Scientific Computational Imaging COde
BSD 3-Clause "New" or "Revised" License
100 stars 17 forks source link

`RuntimeWarning` when using `ray` #513

Closed bwohlberg closed 5 months ago

bwohlberg commented 5 months ago

The examples and tests that use ray are producing warnings

RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock.

This issue and a possible solution are discussed in ray-project/ray#44087.