Journal article

Title:
Letting future programmers experience performance-related tasks
Authors:
D. Bednárek, M. Kruliš, J. Yaghob
Publication:
Journal of Parallel and Distributed Computing 155
DOI:
Year:
2021
Link:

Abstract:
Programming courses usually focus on software-engineering problems like software decomposition and code maintenance. While computer-science lessons emphasize algorithm complexity, technological problems are usually neglected although they may significantly affect the performance in terms of wall time. As the technological problems are best explained by hands-on experience, we present a set of homework assignments focused on a range of technologies from instruction-level parallelism to GPU programming to cluster computing. These assignments are a product of a decade of development and testing on live subjects – the students of three performance-related software courses at the Faculty of Mathematics and Physics of the Charles University in Prague.

BibTeX:
@article{bednarek_letting_2021,
    title = {{Letting future programmers experience performance-related tasks}},
    author = {Bednárek, David and Kruliš , Martin and Yaghob, Jakub},
    year = {2021},
    journal = {{Journal of Parallel and Distributed Computing}},
    doi = {10.1016/j.jpdc.2021.04.014},
    issn = {0743-7315},
    pages = {74--86},
    url = {https://www.sciencedirect.com/science/article/pii/S0743731521000976},
    volume = {155},
}