Skip to content

Commit

Permalink
Clarified which code needs modification for phase 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Greenburg committed Oct 13, 2023
1 parent 7882b10 commit c32df1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/phase5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Phase 5: Group Optimization

For this assignment, you will discuss what you did to speed up the C++ program from the [first optimization assignment](phase3.md) in groups of 3-5, and **spend a at least 3 more hours using your group's insights to optimize the program a bit more**.
For this assignment, you will discuss what you did to speed up the C++ program from the [first optimization assignment](phase3.md) in groups of 3-5, and **spend a at least 3 more hours using your group's insights to optimize the program a bit more**. You only need to modify `optimize.cpp` (or whichever code results in your `optimize` binary), not `wavesolve*`.

The "discussion" can take any reasonable form you would like, ranging from sharing your notes and a few messages on Slack to meeting in person for three hours to work on optimizing your programs together. By default I will assign your groups randomly, but if you have partners in mind send me a message to let me know your choice of group.

Expand Down

0 comments on commit c32df1d

Please sign in to comment.