Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ The following parallel programming technologies are considered in practice:
First you should test you work locally with all the scripts (code style).
- Respect others time and don't slow down the job queue
2. Carefully check if the program can hang.

## Related papers

1. Nesterov, A. (2021). *Automation of teaching practice processes using the parallel programming course
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use babel latex style

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

as a case study* [in Russian] (original title: "Автоматизация процессов преподавания практики на
примере курса по параллельному программированию"). In [*Russian Supercomputing Days*,
pp. 52-61.](https://web.archive.org/web/20250416004721/https://russianscdays.org/files/2021/RuSCDays21_Proceedings.pdf#page=52)
1. Nesterov, A., Obolenskiy, A., Sysoyev, A., Meyerov, I. (2026). *Practical Aspects of Teaching Parallel
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write order, double 1

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was intentional, because Markdown supports automatic numbering. But nevermind, it was removed anyway

Programming at the Lobachevsky University*. In V. Voevodin, A. Antonov, D. Nikitenko (Eds.),
*Supercomputing* (RuSCDays 2025), Lecture Notes in Computer Science, vol. 16196, pp. 518-532.
Springer. [DOI: 10.1007/978-3-032-13127-0_37](https://doi.org/10.1007/978-3-032-13127-0_37)
Loading