Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jussi Enkovaara
OpenMP
Commits
d2e97df0
Commit
d2e97df0
authored
Jul 04, 2018
by
Jussi Enkovaara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README.md
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+17
-0
No files found.
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
Markdown
is supported
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