Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
training-material
parallel-programming
MPI
Commits
55ff56ee
Commit
55ff56ee
authored
Jun 28, 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 @
55ff56ee
# Parallel programming with MPI
This repository contains various exercises and examples on parallel programming with message passing interface (MPI).
A working MPI installation is needed, please see individual exercise/example for detailed build instructions.
## How to contribute
Any contributions (new exercises and examples, bug fixes, improvements etc.) are
warmly welcome. In order to contribute, please follow the standard
Gitlab workflow:
1.
Fork the project into your personal space
2.
Create a feature branch
3.
Work on your contributions
4.
Push the commit(s) to your fork
5.
Submit a merge request to the master branch
As a quality assurance, the merge request is reviewed by PRACE staff before it is accepted into main branch.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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