ocaml5-tutorial
ocaml5-tutorial copied to clipboard
Clarification regarding Parallel Fibonacci Benchmark Table
In the Parallel Fibonacci section, there is a table provided below "On a machine with 24 cores, for fib(48)"
with the columns - Cores, Time (seconds), Vs Serial, Vs Self.
I am assuming the measurement under "Time (seconds)" is for the fib_domainslib.exe?
Which executable is used for "Vs Serial" and "Vs Self"
Also how do we choose the number of Cores? Is is by disabling cores on the same machine or by setting the number of machines argument to 1/2/4/8/16/24 ?
In parallel Iteration
How do we which part of the program is amenable to parallelism?
should it be
How do we find out which part of the program is amenable to parallelism?