-
Notifications
You must be signed in to change notification settings - Fork 2
Rework lesson 05 #47
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
Rework lesson 05 #47
Conversation
|
In the past, Arturo and I tried to make sure that lessons (with the TODO comments and code missing) still compiled so that it was easier to work through the lessons step by step and building along the way to check correctness. This lesson won't compile as-is... we used a Also, we should add a note about compiling with OpenMP turned on. Up until this point, openmp was not a dependency. Maybe including a cmake build command in the README? |
|
This PR is good to merge. Please review. Thank you. |
|
@rchen20 , do you have some time to review and merge? |
Based on our meeting last week, this is what I had in mind for intro lesson 5. Note that it the README is about the same length as the original original, the work for the participants to do is similar (although it actually gives them a working version to look at), and it allows them to compare results of a reduction sequential vs. parallel.