Skip to content

Natively parallelize Fisher error evaluation #51

@jacopok

Description

@jacopok

The first step should be to profile the end-to-end evaluation to see where most of the time is being spent,
so that only the slow parts can be parallelized.
Then, we can figure out what is the best approach - MPI could be a powerful way to go about it that can work on large clusters with several nodes, but maybe it's not worth it, and a simpler thing like multiprocessing is enough.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions