Commit 3c3600a6 authored by Alejandro E. Rendon's avatar Alejandro E. Rendon
Browse files

OpenMP Readme

parent d5d625b9
# OpenMP
## Código
Incluir módulo OpenMP
```cpp
#include <omp.h>
.
.
.
```
## Compilar
```bash
g++ <filename>.cpp -o <exe>.out -fopenmp
```
## Ejecutar
```bash
./<exe>.out
```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment