You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-D USE_SEQ=ON` enable `Sequential` labs (based on OpenMP's CMakeLists.txt).
91
+
-`-D USE_MPI=ON` enable `MPI` labs.
91
92
-`-D USE_OMP=ON` enable `OpenMP` labs.
92
93
-`-D USE_TBB=ON` enable `TBB` labs.
93
94
-`-D USE_STD=ON` enable `std::thread` labs.
@@ -106,7 +107,7 @@ Navigate to a source code folder.
106
107
## 3. How to submit you work
107
108
* There are `task_1`, `task_2`, `task_3`, `reports` folders in `modules` directory. There are 3 task and 1 report for the semester. Move to a folder of your task. Make a directory named `<last name>_<first letter of name>_<short task name>`. Example: `task1/nesterov_a_vector_sum`.
108
109
* Go into the newly created folder and begin you work on the task. There must be only 4 files and 3 of them must be written by you:
109
-
-`main.cpp` - google tests for the task. The number of tests must be 4 or greater.
110
+
-`main.cpp` - google tests for the task. The number of tests must be 5 or greater.
110
111
-`vector_sum.h` - a header file with function prototypes, name it in the same way as `<short task name>`.
111
112
-`vector_sum.cpp` - the task implementation, name it in the same way as `<short task name>`.
112
113
-`CMakeLists.txt` - a file to configure your project. Examples for each configuration can be found in `test_tasks`.
0 commit comments