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
@hosseinfani
Thank you for pointing that out. That was a really solid point. I think this was the reason that on unix processes became zombies and running would not finish in some cases, although Windows handled that.
I will look for a permanent solution.
@Hamedloghmani
When running Adila in parallel for multiple *.pred files, we rely on file locking system of os. However, there will be some issues like
One process may be true in condition check, but when creating see the folder exists due to other process!
Adila/src/main.py
Line 170 in 040b34b
Or when logging the time at:
Adila/src/main.py
Line 197 in 040b34b
Temporary solution is to run sequentially for one pred file. Then, run in parallel for all files.
The text was updated successfully, but these errors were encountered: