Closed ezherman closed 2 years ago
Hi, sorry my notifications were incorrectly setup and I was unaware of your issue.
There is now a -o
option that let you chose the output path you want for each run, and temporary results will be stored there as well which means you shouldn't have any issue with parallel runs anymore.
Good luck and sorry again for answering this late.
Thank you @Alexandre-Herve, I really appreciate it!
Hi,
I have been able to run defense-finder on a single core without any issues. However, I receive the error below when running defense-finder in parallel. My guess is that the issue comes from the program always writing to
/tmp/defense-finder
. Would it be possible to have defense-finder write to sub-directories within/tmp/defense-finder
, so that the program can be run in parallel?