/PPC

Implementações de programação paralela e concorrente

Primary LanguageC++

Parallel Programming

  • Compile Pthread with: g++ -pthread arq.cpp -o arq.o

  • Compile OpenMP with: g++ -fopenmp arq.cpp -o arq.o

  • Run with: ./arq.o