-
Notifications
You must be signed in to change notification settings - Fork 35
How to Contribute
Younes Nejahi edited this page Nov 6, 2020
·
9 revisions
This page will explain how you can start contributing to GOMC. Feel free to head to our [issues page](https://github.com/GOMC-WSU/GOMC/issues)
and let us if you want to work on any of our issues. If you want to add a new feature, please create a new issue and we can help you get started and help you how you can approach that problem.
In order to start, you will need to have the following requirements:
- A C++ compiler that supports the C++14 standard.
- CMake (version >= 3.8,
cmake --version
to find out) - CUDA Toolkit and a GPU that supports CUDA, if you are working on GPU implementation
- Git