Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 877 Bytes

File metadata and controls

21 lines (16 loc) · 877 Bytes

IT 2004 — Parallel Programming (Assignments Repository)

This repository is used to organize and submit weekly lab/assignment work for the IT 2004 Parallel Programming course.

Repository structure

Work is organized by branches.
Each branch corresponds to a specific week/assignment and contains:

  • source code for that task,
  • a dedicated README.md with build/run steps,
  • results (when applicable),
  • screenshots/evidence (when applicable),
  • a short analysis/conclusion.

Branch index

  • week12 — File operations for a parallel world (MPI file processing, Makefile-based examples + dataset generator)

Additional branches are present for other weeks/assignments and are documented within their respective branch README files.

How to use

  1. Open the branch for the required week/assignment.
  2. Follow the README.md instructions inside that branch.