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.
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.