Resources
HUIT Open OnDemand
General Useful References
- Command Line Reference Cheat Sheet
- Bash scripting Cheat Sheet
- Learn LaTeX in 30 Minutes
- Git Reference
- Git Book (recommended reading)
- Git Cheat Sheet
- Git Atlassian Tutorial
- GCC Optimization Flags
HPC Tutorials
- Introduction to Parallel Computing (LLNL)
- Designing and Building Parallel Programs (ANL)
- The Landscape of Parallel Computing Research: A View from Berkeley
C/C++
OpenMP
MPI
Optimization
Windows Users
Ubuntu Docker Image with OpenMPI
You can get an Ubuntu based Docker container with
docker pull iacs/cs205_ubuntu
The container is hosted here.
The Dockerfile
and run_cs205_docker.sh
launch script can be found in the
class repository.