A parallelized prime number generator written in C.
Go to file
Nicolás Ortega Froysa 89811c1d02
Added new source files.
2018-10-18 12:04:07 +02:00
build Initial commit. 2016-11-30 14:32:06 +01:00
cmake GMP is a new dependency. 2016-12-02 16:31:12 +01:00
src Added new source files. 2018-10-18 12:04:07 +02:00
.gitignore Enable documentation. 2016-12-14 16:08:11 +01:00
.gitlab-ci.yml Added OpenMP to CI. 2016-12-26 16:35:52 +01:00
CHANGELOG Fresh new start. 2018-10-18 12:00:32 +02:00
CMakeLists.txt Added new source files. 2018-10-18 12:04:07 +02:00
LICENSE Initial commit. 2016-11-30 14:32:06 +01:00
README Fresh new start. 2018-10-18 12:00:32 +02:00

===================
*** Indivisible ***
===================
Indivisible is a parallelized prime number generator written in C.

# Building
----------
There are multiple dependencies to install before compiling the project:

 - CMake build system
 - GNU Multi-Precision Arithmetics Library

Once the dependencies are installed you can compile by running the following
from the root directory of the project:

  cd build/
  cmake ..
  make

This will create a release build, to build with debug options append the
`-DCMAKE_BUILD_TYPE=debug' flag to the `cmake' command.

# Contributing
--------------
To contribute to indivisible you can send patch files to my e-mail[0].

[0] nortega@themusicinnoise.net

# License
---------
This project is licensed under the GNU General Public License version 3 or
greater (see `LICENSE' for more information).