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
hpc-kernels
monte_carlo_methods
Commits
fd4ca9ed
Commit
fd4ca9ed
authored
Jun 19, 2018
by
Jussi Enkovaara
Browse files
Correct README, added build and contribution instructions
parent
0a5364b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
BUILD.md
0 → 100644
View file @
fd4ca9ed
## Compilation instructions
The pre-requisites are:
*
CMake 2.8.10 or higher. CMake >= 3.0.0 if you want to build everything.
*
A C++ compiler
*
For advanced examples, C++11/14, OpenMP support, MPI, ISPC, CUDA, OpenCL ...
In order to build the code, follow the typical CMake steps for an
out-of-source build:
```
bash
mkdir
build
cd
build
cmake ..
make
make
install
# optional
```
CONTRIBUTE.md
0 → 100644
View file @
fd4ca9ed
## How to contribute
Any contributions (new code samples, 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
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