Skip to content

Default all functions to use a single process

This MR modifies any functions that used to default to using multprocessing to default to a single core, mainly so that users do not overload an allocation without knowing what they are doing.

Merge request reports