117
edits
Changes
→Vtune Profiler in Practice
delete[] a;
}
</pre>
The output of the code is fairly simple and only relays back the number of prime numbers found using the OpenMP and Concurrency Runtime methods and nothing else.
<pre>
Using OpenMP...
found 107254 prime numbers.
Using the Concurrency Runtime...
found 107254 prime numbers.
</pre>