-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Requirement Text
Update MC so that different samples can run concurrently
Background Information
Current MC operation is single-threaded. Ran into issues making it multithreaded in the past
DoD
- Implement feature
- update documentation
- Add to change notes for next release
notes
https://www.computer.org/csdl/magazine/cs/2021/06/09658236/1zw1ldymkJW
Python doesn't always parallelize threads as you would expect