ms2rescore icon indicating copy to clipboard operation
ms2rescore copied to clipboard

DeepLCFeatureGenerator multiprocessing issue when number of processes is more than 1

Open vrkosk opened this issue 1 year ago • 2 comments

When I run DeepLCFeatureGenerator with processes=8, it takes a long time, much longer than processes=1. Python correctly starts 8 python.exe multiprocesses, but often the execution just hangs (I've waited more than 30 minutes -- using processes=1, it took less than 5 minutes). It's actually faster to run DeepLCFeatureGenerator with just processes=1 and it seems to work every time.

I can provide a test case if this isn't a known issue already.

vrkosk avatar May 23 '24 10:05 vrkosk

Hi, there have been some significant updates lately. Can you confirm for the latest versions this is still an issue.

RobbinBouwmeester avatar Aug 02 '24 09:08 RobbinBouwmeester

It will be a while before I can test the latest version, sorry.

vrkosk avatar Aug 05 '24 08:08 vrkosk