Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
0735c17a
Commit
0735c17a
authored
18 years ago
by
John Romein
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 225
Removed BG/L barrier.
parent
47c32a83
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Appl/CEP/CS1/CS1_BGLProc/test/tWH_BGL_Processing.cc
+0
-12
0 additions, 12 deletions
Appl/CEP/CS1/CS1_BGLProc/test/tWH_BGL_Processing.cc
with
0 additions
and
12 deletions
Appl/CEP/CS1/CS1_BGLProc/test/tWH_BGL_Processing.cc
+
0
−
12
View file @
0735c17a
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment