A parallelized prime number generator written in C.
7aceb7fcc7
The old policy caused issues because it's about to be lost in the newer versions of CMake, so we'll have to deal with warnings from CMake until the FindOpenMP.cmake file is updated. |
||
---|---|---|
build | ||
cmake | ||
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
astyle.cfg | ||
AUTHORS.md | ||
CHANGELOG | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
Doxyfile | ||
LICENSE | ||
README.md |
Indivisible
Indivisible is an optimized prime number generator written in C.
Building
There are multiple dependencies to install before compiling the project:
- CMake
- GMP
- OpenMP
Once the dependencies are installed you can compile by running the following from the root directory of the project:
$ cd build/
$ cmake ..
$ make
To build a release build run cmake -DCMAKE_BUILD_TYPE=Release ..
instead.
Contributing
If you would like to contribute to Indivisible then please read the contributing file before sending a patch. You may send the patches to deathsbreed@themusicinnoise.net.
License
This project is licensed with the GNU GPLv3. Since it is an educational project I find it very important that all contributions continue to remain free/libre.