Skip to content

Commit 223b74b

Browse files
committed
add new rst version
1 parent b3aa7ec commit 223b74b

File tree

6 files changed

+280
-478
lines changed

6 files changed

+280
-478
lines changed
Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Introduction
22
============
33

4-
Practice:
5-
~~~~~~~~~
4+
Practice
5+
~~~~~~~~
66

77
- We work online
88

@@ -12,17 +12,12 @@ Practice:
1212
- Test verification
1313

1414
- Task distribution is random for each student.
15-
- An example for each technology can be found in the corresponding directory:
16-
``tasks/<all/omp/tbb/seq/stl/mpi>/example``.
17-
- In each repository, the README.md contains a link to the course
18-
documentation (**read it fully!!!**).
19-
- Additionally, each repository includes an example of a properly
20-
formatted PULL REQUEST.
15+
- An example for each technology can be found in the corresponding directory: ``tasks/<all/omp/tbb/seq/stl/mpi>/example``.
16+
- In each repository, the README.md contains a link to the course documentation (**read it fully!!!**).
17+
- Additionally, each repository includes an example of a properly formatted PULL REQUEST.
2118
- Submission of all tasks is mandatory to pass the course.
22-
- A task that has been merged into the master branch continues to be
23-
monitored. If a task fails in the master, it is disabled, and a record
24-
of this is added to the score table. All disabled tasks will result in
25-
a zero points result for those tasks at the end of the semester.
19+
- A task that has been merged into the master branch continues to be monitored.
20+
If a task fails in the master, it is disabled, and a record of this is added to the score table. All disabled tasks will result in a zero points result for those tasks at the end of the semester.
2621
- All resources for using the repository will be provided here:
2722

2823
- `Git for half an hour: A Beginner’s Guide <https://proglib.io/p/git-for-half-an-hour>`__
@@ -41,6 +36,4 @@ Practice:
4136
- `Multithreading: New Features of the C++11 Standard <https://web.archive.org/web/20200608173050/http://www.quizful.net/post/multithreading-cpp11>`__
4237
- `Introduction to Parallel Computing <http://ikt.muctr.ru/images/info/2Lecture_3.pdf>`__
4338

44-
\* *All instructions, repositories, and tables may be updated during the
45-
learning process for better usability. Be prepared for changes, check and update
46-
them periodically!!!*
39+
\* *All instructions, repositories, and tables may be updated during the learning process for better usability. Be prepared for changes, check and update them periodically!!!*

docs/common_information/points.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Points
22
======
33

4-
- For “processes” semester
4+
- For “process parallelism” semester
55

66
- 1st MPI task
77

@@ -29,7 +29,7 @@ Points
2929

3030
- **Total : 60 points**
3131

32-
- For “threading” semester
32+
- For “thread parallelism” semester
3333

3434
- Sequential version
3535

@@ -76,12 +76,11 @@ Points
7676

7777
- Report
7878

79-
+---------------------------+-------------+--------------------+------+
80-
| Completeness | Text | Formatting Quality | T |
81-
| | Quality | | otal |
82-
+===========================+=============+====================+======+
83-
| 5 | 2.5 | 2.5 | 10 |
84-
+---------------------------+-------------+--------------------+------+
79+
+--------------+--------------+--------------------+-------+
80+
| Completeness | Text Quality | Formatting Quality | Total |
81+
+=============================+====================+=======+
82+
| 5 | 2.5 | 2.5 | 10 |
83+
+--------------+--------------+--------------------+-------+
8584

8685
- Conversion of points into exam assessment or pass/fail
8786

@@ -112,10 +111,8 @@ Points
112111
- Penalties:
113112

114113
- A deadline will be set for each version.
115-
- 1 point is deducted from the version’s score for each day of
116-
delay in submission.
117-
- The task is considered submitted when it is merged into the
118-
master/main branch.
114+
- 1 point is deducted from the version’s score for each day of delay in submission.
115+
- The task is considered submitted when it is merged into the master/main branch.
119116
- The submission time is defined as the timestamp of the last commit that successfully passes the CI pipeline.
120117

121118
- Comments:

0 commit comments

Comments
 (0)