Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 452 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 452 Bytes

TDA384

Repo for TDA384 (Principle of concurrent programming) at Gothenburg and Chalmers university.

Trainspotting lab

TSIM installation

./install_tsim.sh

How to run:

cd ./trainspotting
make
make run

CCHAT lab

See testing instruction on [https://www.youtube.com/watch?time_continue=74&v=bTtS8iL1u-U].

A-Mazed lab

How to run:

cd ./amazed
make
make parallel_small_step3
make parallel_medium_step3