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

bug 225:

BG/P changes
parent 0ac74c5f
No related branches found
No related tags found
No related merge requests found
...@@ -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())
......
...@@ -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)
......
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