From c32df1d45939c0df7df5ef696bdfefccf7a19164 Mon Sep 17 00:00:00 2001 From: Michael Greenburg Date: Fri, 13 Oct 2023 08:10:34 -0600 Subject: [PATCH] Clarified which code needs modification for phase 5 --- project/phase5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/phase5.md b/project/phase5.md index f632116..b552406 100644 --- a/project/phase5.md +++ b/project/phase5.md @@ -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.