Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 399 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 399 Bytes

aks-parallel

This is the parallel implementation of AKS ALGORITHM.

Required NTL and MPIR libraries. The project uses C++11 for compilation

Files helper.h and helper.cpp contain the declaration and implementation of various funtions.

File main.cpp contains the test code. Change it as per your needs and don't commit it.

The makefile can be used to complie the files easily