Skip to content
Snippets Groups Projects
Commit 004b952f authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-4: Try no multithreading in transposeInput

parent 20de2823
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -395,7 +395,7 @@ namespace LOFAR
// transposeInput requires a significant amount of CPU to copy the buffers.
// We need to spread the load across a few cores to keep running within
// budget if there are too many stations.
# pragma omp parallel for num_threads(4)
//# pragma omp parallel for num_threads(4)
for (size_t stat = 0; stat < ps.settings.antennaFields.size(); ++stat) {
OMPThread::ScopedName sn("transposeInput");
......
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