Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

File metadata and controls

31 lines (20 loc) · 1.18 KB

Parallel Computing Course — Java Demos

This repository contains runnable Java examples used in the Parallel Computing short course (focus: Java concurrency).

Quick start

cd demo
chmod +x setup.sh
./setup.sh
./run.sh HelloThreads

What's inside

  • src/: 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

Requirements

  • Linux is the easiest path for the auto-download scripts.
  • Any OS works if you have a system JDK 17+ installed.

Relation to slides

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.

Note: the gh-pages branch of this repository is auto-generated by CI from the slides source repo.