Newer
Older
training_material
├── 01-Parallel_Programming
│ ├── MPI
```
[workshop1](https://workshops1)
[workshop2](https://workshops2)
[workshop3](https://workshops3)
```
│ ├── OpenMP
link://workshop1
link://workshop2
link://workshop3
│ └── Python
link://ex10
├── 02-GPU_Programming
│ ├── CUDA
│ ├── GPU_Python
│ └── OpenACC
├── 03-PGAS_Languages
│ ├── Chapel
│ └── Coarray_Fortran
├── 04-Data_Processing
│ ├── Python
│ └── R
├── 05-Debugging
│ ├── C
│ ├── Fortran
│ └── Python
├── 06-Profiling
│ ├── C
│ ├── Fortran
│ └── Python
├── 07-Best_Practice_Guides
│ ├── C
│ ├── Fortran
│ └── Python