Skip to content

intellistream/parallel-computing-course-java-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages