gZanda / PPC

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%