Utilizing all cores on Raspberry Pi 3
I was wondering if there is a simple way to "turn on" all 100% of the CPU so that I can run processes faster (such as python calculations).
1) Is this possible?
2) Is there an easy way to revert back to normal?
3) Is there a way to use less CPU if desired?
I'm thinking of a command line interaction like:
pi@raspberry:~ $ sudo turnOnFourCores python run.py
I was wondering if there is a simple way to "turn on" all 100% of the CPU so that I can run processes faster (such as python calculations).
1) Is this possible?
2) Is there an easy way to revert back to normal?
3) Is there a way to use less CPU if desired?
I'm thinking of a command line interaction like:
pi@raspberry:~ $ sudo turnOnFourCores python run.py