Limit number of CPU cores I am using while using parfor #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I've been using parfor for running a code that takes days to finish. However, I noticed that when I use parfor, it uses all of the CPU cores thus making it really hard for me to do any other CPU intensive task. Is there any way to control the number of CPU cores parfor uses?
Please look for 'n_processes' in the readme.