QuantEcon / meta

For issues and discussion covering more than one repository
0 stars 0 forks source link

MAINT: `nvidia-smi` causing runtime warning #135

Open mmcky opened 7 months ago

mmcky commented 7 months ago

The nvidia-smi is causing a Runtime Warning to be issued

/opt/conda/envs/quantecon/lib/python3.11/pty.py:89: RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock. pid, fd = os.forkpty()
mmcky commented 7 months ago

this was also discussed https://github.com/QuantEcon/lecture-jax/pull/145