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

COB-4: Remove superfluous thread naming now OpenMP is not used in transposeInput

parent 2c0a77b9
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -397,7 +397,7 @@ namespace LOFAR
// budget if there are too many stations.
//# pragma omp parallel for num_threads(4)
for (size_t stat = 0; stat < ps.settings.antennaFields.size(); ++stat) {
OMPThread::ScopedName sn("transposeInput");
//OMPThread::ScopedName sn("transposeInput");
if (metaData[stat][subbandIdx].EOS) {
// Flag everything -- note that delays etc will not matter, so no need to set them
......
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