University project about the course of Parallel And Distributed Systems Project A.Y. 2021/2022: Jacobi iterative method implementation Instructions: //compile: g++ -std=c++20 -O3 -o main_all.out main_all.cpp util.hpp util.cpp utimer.cpp -pthread //exec: ./main_all.out [K_MAX_ITER] [N_EXECUTIONS] [N_LENGHT_MATRIX_AND_VECTOR] [N_THREAD]