This repository contains runnable Java examples used in the Parallel Computing short course (focus: Java concurrency).
cd demo
chmod +x setup.sh
./setup.sh
./run.sh HelloThreadssrc/: Java example sources (default package; easy to run in class)demo/: one-click scripts to download a local JDK (if needed), compile, package, and run examples
- Linux is the easiest path for the auto-download scripts.
- Any OS works if you have a system JDK 17+ installed.
The lecture slides live in a separate repository (PDF + LaTeX). This repo is intended to be public so students can browse and run the code.
- Primary slides PDF (GitHub Pages): https://intellistream.github.io/parallel-computing-course-java-demos/main.pdf
- Slides landing page: https://intellistream.github.io/parallel-computing-course-java-demos/
Note: the gh-pages branch of this repository is auto-generated by CI from the slides source repo.