Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification regarding Parallel Fibonacci Benchmark Table #12

Open
anishcr opened this issue Mar 4, 2024 · 1 comment
Open

Clarification regarding Parallel Fibonacci Benchmark Table #12

anishcr opened this issue Mar 4, 2024 · 1 comment

Comments

@anishcr
Copy link
Contributor

anishcr commented Mar 4, 2024

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 ?

@anishcr
Copy link
Contributor Author

anishcr commented Mar 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant