This repository is used to organize and submit weekly lab/assignment work for the IT 2004 Parallel Programming course.
Work is organized by branches.
Each branch corresponds to a specific week/assignment and contains:
- source code for that task,
- a dedicated
README.mdwith build/run steps, - results (when applicable),
- screenshots/evidence (when applicable),
- a short analysis/conclusion.
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.
- Open the branch for the required week/assignment.
- Follow the
README.mdinstructions inside that branch.