2016-11-30 19:10:00 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 15:15:52 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 19:10:00 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 19:09:29 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 14:32:06 +01:00
2016-11-30 19:09:29 +01:00

Indivisible

build status

Indivisible is an optimized prime number generator written in C++.

Building

This project uses CMake to build and depends on OpenMP.

$ cd build/
$ cmake ..
$ make

To build a release build run cmake -DCMAKE_BUILD_TYPE=Release .. instead.

Contributing

If you would like to contribute to Uhn then please read the contributing file before creating a merge request.

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.

Description
A parallelized prime number generator written in C.
Readme 249 KiB
Languages
C 85.5%
Makefile 14.5%