Is there any way to launch a program by its API using Python and run it on a specified core?
I need to launch a CPU-expensive application about 5 times and run it on different cores to save time.
I'm using windows.
Is there any way to launch a program by its API using Python and run it on a specified core?
I need to launch a CPU-expensive application about 5 times and run it on different cores to save time.
I'm using windows.