Skip to content

Latest commit

 

History

History
111 lines (78 loc) · 2.28 KB

File metadata and controls

111 lines (78 loc) · 2.28 KB

UNIWA

UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS

University of West Attica · Department of Computer Engineering and Informatics


Operating Systems II

Parallel Inner Product Calculation using C POSIX Threads

Vasileios Evangelos Athanasiou
Student ID: 19390005

GitHub · LinkedIn


Supervision

Supervisor: Vasileios Mamalis, Professor

UNIWA Profile

Co-supervisor: Nikolaos Psarras, Applications Lecturer

UNIWA Profile · LinkedIn


Athens, June 2022



INSTALL

Parallel Inner Product Calculation using C POSIX Threads

This guide explains how to set up, build, and run the project on your local machine.


1. Requirements

  • Operating System: Linux or Unix-like OS
  • Compiler: GCC
  • Libraries: POSIX Threads (pthread)

2. Installation & Usage

2.1 Clone Repository

git clone https://github.com/Operating-Systems-2-aka-Uniwa/Threads.git
cd Threads

2.2 Compile Program

Use the -pthread flag to enable POSIX threads.

gcc -o pthread pthread.c -pthread

2.3 Run Program

./pthread