Skip to content
Younes Nejahi edited this page Nov 6, 2020 · 9 revisions

Contributing to GOMC

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.

Prerequisites

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
Clone this wiki locally