tutorial-multi-gpu
Efficient Distributed GPU Programming for Exascale, an SC/ISC Tutorial
File Explorer
Download Latest Version (.zip)- .set-facl-permissions.sh
- deploy.sh
- jsccourse-bashrc.sh
- modules.sh
- README.md
- .gitignore
- .update-scripts.sh
- deploy-material.sh
- env.sh
- instructions-header.md
- instructions-update-header.sh
- printout.tex
- ci.yml
- slides.pdf
- slides.pdf
- slides.pdf
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile.in
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- slides.pdf
- slides.pdf
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile.in
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- slides.pdf
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile.in
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile.in
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- slides.pdf
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile.in
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile.in
- copy.mk
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- .gitignore
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- Instructions.ipynb
- Instructions.md
- jacobi.cu
- Makefile
- .gitignore
- Instructions.ipynb
- Instructions.md
- jacobi.cpp
- jacobi_kernels.cu
- Makefile
- slides.pdf
- .archive.mk
- .gitignore
- .template.json
- .zenodo.json
- CITATION.cff
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/FZJ-JSC/tutorial-multi-gpu
Downloads the entire project code from GitHub to your computer.
cd tutorial-multi-gpu
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd 03-H_Multi_GPU_Parallelization/solutions
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
