This program is a modified version of the N queens program found in the Barcelona OpenMP Tasks Suite.
You need to have OMPi v2.0.0 or later installed. In order to build this application, simply execute:
ompicc nqueens.c
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.
GNU GENERAL PUBLIC LICENSE // Version 2, June 1991
The OMPi Team, Parallel Processing Group, University of Ioannina