Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 622 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 622 Bytes

N-Queens parallelization using openmp

We have done this project as a part of our cource High Performace Computing. Main goal was to gain proper speedup and reduce overhead during parallizing recursion. Final results are in submit folder. It contains codes, ppt and report.

Running Codes

clone this and below repository for automatically running and generating csv file.

git clone https://github.com/letshpcorg/letshpcsample.git

Now run codes given in submit folder by coping that into other repo.

License

This project is licensed under the MIT license - see the LICENSE file for details