A parallelized prime number generator written in C.
Go to file
Nicolás A. Ortega Froysa 874cc75431
Only test up to the sqrt.
2018-10-19 09:05:46 +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 Only test up to the sqrt. 2018-10-19 09:05:46 +02:00
.gitignore Doxygen is no longer in use. 2018-10-18 15:08:29 +02:00
CHANGELOG Fresh new start. 2018-10-18 12:00:32 +02:00
CMakeLists.txt Added MPI flags. 2018-10-18 15:26:02 +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).