Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

NQueens

This program is a modified version of the N queens program found in the Barcelona OpenMP Tasks Suite.

Building

You need to have OMPi v2.0.0 or later installed. In order to build this application, simply execute:

ompicc nqueens.c

Usage

On esdk.2015.1, run the application executing the following command:

./a.out  [num-of-queens]

For older e-SDK versions:

./run.sh

Please note that the number of queens should be at most 14.

License

GNU GENERAL PUBLIC LICENSE // Version 2, June 1991

Author

The OMPi Team, Parallel Processing Group, University of Ioannina