We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495a0bd commit 3cf9d93Copy full SHA for 3cf9d93
1 file changed
CITATION.cff
@@ -0,0 +1,16 @@
1
+cff-version: 1.2.0
2
+title: Parallel Programming Course
3
+message: "If you use this project, please cite it using the metadata in this file."
4
+type: software
5
+authors:
6
+ - name: Learning Process developers
7
+repository-code: "https://github.com/learning-process/parallel_programming_course"
8
+url: "https://learning-process.github.io/parallel_programming_course/en/"
9
+license: BSD-3-Clause
10
+keywords:
11
+ - parallel programming
12
+ - education
13
+ - C++
14
+ - MPI
15
+ - OpenMP
16
+ - oneTBB
0 commit comments