OpenMP Selection Sort

1
2
#include <iostream>
#include <omp.h>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
The program uses two functions, ompsort and last_found_fill . In case of distinct elements, last_found_fill function can be omitted.

For straight away use,
Compile using Visual Studio 2013 Community with OpenMP switch enabled in the Property Sheet

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.