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
c4d4e4bd
Commit
c4d4e4bd
authored
16 years ago
by
John Romein
Browse files
Options
Downloads
Patches
Plain Diff
bug 225:
BG/P changes
parent
0ac74c5f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Appl/CEP/CS1/CS1_IONProc/src/CS1_ION_main.cc
+1
-1
1 addition, 1 deletion
Appl/CEP/CS1/CS1_IONProc/src/CS1_ION_main.cc
Appl/CEP/CS1/CS1_IONProc/src/Makefile.am
+12
-12
12 additions, 12 deletions
Appl/CEP/CS1/CS1_IONProc/src/Makefile.am
with
13 additions
and
13 deletions
Appl/CEP/CS1/CS1_IONProc/src/CS1_ION_main.cc
+
1
−
1
View file @
c4d4e4bd
...
@@ -86,7 +86,7 @@ void createClientTHs(unsigned nrClients)
...
@@ -86,7 +86,7 @@ void createClientTHs(unsigned nrClients)
clientTHs
[
core
]
=
new
TH_ZoidServer
(
core
);
clientTHs
[
core
]
=
new
TH_ZoidServer
(
core
);
#elif 0
#elif 0
clientTHs
[
core
]
=
new
TH_Null
;
clientTHs
[
core
]
=
new
TH_Null
;
#elif
0
#elif
1
clientTHs
[
core
]
=
new
TH_Socket
(
boost
::
lexical_cast
<
string
>
(
5000
+
core
));
clientTHs
[
core
]
=
new
TH_Socket
(
boost
::
lexical_cast
<
string
>
(
5000
+
core
));
while
(
!
clientTHs
[
core
]
->
init
())
while
(
!
clientTHs
[
core
]
->
init
())
...
...
This diff is collapsed.
Click to expand it.
Appl/CEP/CS1/CS1_IONProc/src/Makefile.am
+
12
−
12
View file @
c4d4e4bd
...
@@ -29,22 +29,22 @@ WH_ION_Gather.cc \
...
@@ -29,22 +29,22 @@ WH_ION_Gather.cc \
TH_ZoidServer.cc
\
TH_ZoidServer.cc
\
Package__Version.cc
Package__Version.cc
if
HAVE_ZOID
#
if HAVE_ZOID
lib_LTLIBRARIES
=
liblofar_impl.la
#
lib_LTLIBRARIES = liblofar_impl.la
bin_PROGRAMS
=
versioncs1_ionproc
#
bin_PROGRAMS = versioncs1_ionproc
#
install-exec-local
:
#
install-exec-local:
ln
-sf
.libs/liblofar_impl.so.0.0.0 lofar_impl.so
#
ln -sf .libs/liblofar_impl.so.0.0.0 lofar_impl.so
cp
lofar_impl.so /bgl/lofar-utils/zoid-test/lib
#
cp lofar_impl.so /bgl/lofar-utils/zoid-test/lib
#
uninstall-local
:
#
uninstall-local:
rm
lofar_impl.so
#
rm lofar_impl.so
else
#
else
IONProc_SOURCES
=
$(
liblofar_impl_la_SOURCES
)
IONProc_SOURCES
=
$(
liblofar_impl_la_SOURCES
)
IONProc_DEPENDENCIES
=
$(
LOFAR_DEPEND
)
IONProc_DEPENDENCIES
=
$(
LOFAR_DEPEND
)
bin_PROGRAMS
=
versioncs1_ionproc IONProc
bin_PROGRAMS
=
versioncs1_ionproc IONProc
endif
#
endif
versioncs1_ionproc_SOURCES
=
versioncs1_ionproc.cc Package__Version.cc
versioncs1_ionproc_SOURCES
=
versioncs1_ionproc.cc Package__Version.cc
versioncs1_ionproc_DEPENDENCIES
=
$(
LOFAR_DEPEND
)
versioncs1_ionproc_DEPENDENCIES
=
$(
LOFAR_DEPEND
)
...
...
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