Skip to content

MisterZurg/ITMO_Labs_Parallel_algorithms_for_the_analysis_and_synthesis_of_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Parallel algorithms for the analysis and synthesis of data

Lector: Sokhin Timur, PhD student

Assignments

Notes:

Π‘++ compiler for Windows:

I recommend using this version of gcc

C++ for Ubuntu:

probably you will need this:

sudo apt install libomp-dev
sudo apt install build-essential

The compilation command in all cases should look like this:

g++ -o output_name.o input_name.cpp -fopenmp. 

-o flag means destination file,

-fopenmp allows you to use openmp directives in your code.

C++ SUCK SO WHY I MADE A MAKE FILE

To run program simply type in a terminal

make PRG={RELATIVE PATH TO .cpp file}
Undefined symbols for architecture arm64:
  "___kmpc_end_reduce_nowait", referenced from:
      _.omp_outlined. in ass1-b940bc.o

About

πŸŽ“ My labs from ITMO; Dis - PAASD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published