From e10f86853e24a7a0e411a78d4a85e4b58732557f Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 6 Mar 2019 19:47:47 +0000 Subject: [PATCH] COB-4: Remove superfluous thread naming now OpenMP is not used in transposeInput --- RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc b/RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc index 569fca116aa..b78cd9ac945 100644 --- a/RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc +++ b/RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc @@ -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 -- GitLab