Skip to content
Snippets Groups Projects
Commit a1cd52bd authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Adds parallelisation of the artifact SFT generation

Since each SFT is generated in a for loop, the process can be quite
slow. This allows the user with `pathos` multiprocessing installed to
leverage `-N` cores (set by command line arg) to speed the process up
Setting N=1 or if pathos is not installed, reverts to the usual
behaviour.
parent 79d89e06
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment