Skip to content
Snippets Groups Projects
Commit 81057571 authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #5395: GPUProcIO: set num_threads to 3 instead of 2, since we have 3 OMP sections

parent d388b14c
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ void process(Stream &controlStream, size_t myRank)
TABTranspose::MultiReceiver mr("2nd-transpose-", collectors);
# pragma omp parallel sections num_threads(2)
# pragma omp parallel sections num_threads(3)
{
// Done signal from controller, by sending the final meta data
# pragma omp section
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment