Exercise: Fibonacci in parallel
Take the code from the Fibonacci example and check if you could run it in parallel. Observe how does the CPU behave as the number of concurrent jobs increas from 1 to the number of cores you have and beyond.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Take the code from the Fibonacci example and check if you could run it in parallel. Observe how does the CPU behave as the number of concurrent jobs increas from 1 to the number of cores you have and beyond.