diff options
| author | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-26 20:57:38 +0200 |
|---|---|---|
| committer | Loïc Guégan <manzerbredes@mailbox.org> | 2025-07-26 20:57:38 +0200 |
| commit | 407dc1493b931731a50e49f2bc5167044073b12e (patch) | |
| tree | 67dd9dc283c68db920be5fd79c2cb4f415cd56b0 | |
| parent | 6b49dbb15b3e7606348c150559808fb0161b7a98 (diff) | |
Minor changes
| -rw-r--r-- | infos.yaml | 4 | ||||
| -rw-r--r-- | infos2.yaml | 108 |
2 files changed, 4 insertions, 108 deletions
@@ -18,6 +18,7 @@ semester: friday: start: "14:15" end: "16:00" + events: # test: # type: "lecture" @@ -35,6 +36,9 @@ events: type: "none" name: "Exam" date: "03/12/2025" + start: "09:00" + end: "13:00" + student_list: type: "none" name: "Deadline student list" diff --git a/infos2.yaml b/infos2.yaml deleted file mode 100644 index 0923cbd..0000000 --- a/infos2.yaml +++ /dev/null @@ -1,108 +0,0 @@ -course: "Parallel Programming" - -semester: - start: "11/08/2025" - end: "15/12/2025" - slots: - lecture: - friday: - start: "12:15" - end: "14:00" - wednesday: - start: "09:15" - end: "10:00" - colloquiums: - monday: - start: "14:15" - end: "16:00" - friday: - start: "14:15" - end: "16:00" - -events: - # test: - # type: "lecture" - # name: "My event name" - # date: "19/11/2025" - # hidden: no - # repeat: - # every: 7 - # until: "26/11/2025" - # who: "loic" - # start: "10:00" - # end: "11:00" - # room: "A232" - exam: - type: "none" - name: "Exam" - date: "03/12/2025" - student_list: - type: "none" - name: "Deadline student list" - date: "19/11/2025" - - 1: - type: "lecture" - name: "Introduction" - date: "13/08/2025" - who: "Loïc" - # slot: - # start: "09:00" - # end: "09:00" - 2: - type: "lecture" - name: "Parallel software and hardware" - date: "22/08/2025" - who: "Loïc" - slot: - room: "BB" - 3: - type: "lecture" - name: "MPI" - date: "29/08/2025" - who: "Loïc" - 4: - type: "lecture" - name: "PThread" - date: "05/09/2025" - who: "Loïc" - 5: - type: "lecture" - name: "OpenMP" - date: "12/09/2025" - who: "Loïc" - 6: - type: "lecture" - name: "Concurrency" - date: "19/09/2025" - who: "Loïc" - 7: - type: "lecture" - name: "CUDA Intro" - date: "26/09/2025" - who: "Loïc" - 8: - type: "lecture" - name: "CUDA Optim" - date: "03/10/2025" - who: "Loïc" - 9: - type: "lecture" - name: "CPU vs GPU" - date: "10/10/2025" - who: "Loïc" - 10: - type: "lecture" - name: "Simplify Parallelism" - date: "17/10/2025" - who: "Loïc" - 11: - type: "lecture" - name: "Exam Wrap-up" - date: "12/11/2025" - who: "Loïc" - 12: - type: "lecture" - name: "Guest Lecture" - date: "07/11/2025" - who: "Loïc" |
