You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a Python script that utilizes MPI for distributing tasks across multiple nodes, and I am using concurrent.futures.ProcessPoolExecutor() for parallelism on each node.
I am encountering an error when parallelizing across multiple nodes, while the script works fine on a single node. The error message I receive is as follows:
Error lib/python3.11/site-packages/joblib/externals/loky/backend/resource_tracker.py:314: UserWarning: resource_tracker: There appear to be 1 leaked folder objects to clean up at shutdown
To gain more insights, I added logging to the _unlink_resources method in resource_tracker.py. Here are some example names of the leaked folders:
Hello,
I'm currently working on a Python script that utilizes MPI for distributing tasks across multiple nodes, and I am using concurrent.futures.ProcessPoolExecutor() for parallelism on each node.
I am encountering an error when parallelizing across multiple nodes, while the script works fine on a single node. The error message I receive is as follows:
Error
lib/python3.11/site-packages/joblib/externals/loky/backend/resource_tracker.py:314: UserWarning: resource_tracker: There appear to be 1 leaked folder objects to clean up at shutdown
To gain more insights, I added logging to the _unlink_resources method in resource_tracker.py. Here are some example names of the leaked folders:
Environment Details:
Python version: 3.11
Loky version: 3.4.1
Joblib version: 1.4.2 (build py311h06a4308_0)
Environment created with Conda
The text was updated successfully, but these errors were encountered: