jonatastbelotti / exemplos-opempi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exemplos-opempi

Repositório criado para os estudos iniciais com a biblioteca OPEN MPI.

Compilação

Para compilar um pprograma em C escrito com a biblioteca utilize o compilador GCC passando os seguintes argumentos:

$ gcc -g -Wall -fopenmp -o <ARQUIVO_SAIDA>.out <ARQUIVO_CODIGO>.c

About


Languages

Language:C 100.0%