Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jussi Enkovaara
OpenMP
Commits
d2e97df0
Commit
d2e97df0
authored
Jul 04, 2018
by
Jussi Enkovaara
Browse files
Add README.md
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
d2e97df0
# Parallel programming with OpenMP
This repository contains various exercises and examples on parallel programming with OpenMP.
A C or Fortran compiler supporting OpenMP is needed for building the code. Simple cases can
be built and run as:
-
gcc -o exe -fopenmp exercise.c
-
gfortran -o exe -fopenmp exercise.c
where gcc/gfortran and -fopenmp should be replaced by proper compiler commands and options if you are not using the GNU compilers.
For more complex cases a Makefile is provided.
## Exercises
## Examples
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment