Skip to content
Snippets Groups Projects
Commit 0735c17a authored by John Romein's avatar John Romein
Browse files

BugID: 225

Removed BG/L barrier.
parent 47c32a83
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,6 @@ ...@@ -43,10 +43,6 @@
using namespace LOFAR; using namespace LOFAR;
using namespace LOFAR::CS1; using namespace LOFAR::CS1;
#if defined HAVE_BGL
static BGL_Barrier *barrier;
#endif
inline DH_Subband::SampleType toComplex(double phi) inline DH_Subband::SampleType toComplex(double phi)
{ {
...@@ -206,8 +202,6 @@ void doWork() ...@@ -206,8 +202,6 @@ void doWork()
if (personality.getXcoord() != 0 || personality.getYcoord() != 0 || personality.getZcoord() != 0) { if (personality.getXcoord() != 0 || personality.getYcoord() != 0 || personality.getZcoord() != 0) {
return; return;
} }
barrier = rts_allocate_barrier();
#endif #endif
ACC::APS::ParameterSet pset("CS1.parset"); ACC::APS::ParameterSet pset("CS1.parset");
...@@ -258,12 +252,6 @@ void doWork() ...@@ -258,12 +252,6 @@ void doWork()
setSubbandTestPattern(wh, signalFrequency, sampleRate); setSubbandTestPattern(wh, signalFrequency, sampleRate);
//setRFItestPattern(wh); //setRFItestPattern(wh);
#if defined HAVE_BGL
if (TH_MPI::getNumberOfNodes() > 1) {
BGL_Barrier_Pass(barrier);
}
#endif
for (int i = 0; i < nRuns; i ++) { for (int i = 0; i < nRuns; i ++) {
wh.baseProcess(); wh.baseProcess();
} }
......
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