Skip to content
Snippets Groups Projects
Commit 1769c386 authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-4: Moved getOutputProcHosts and send_state to CoInterface to avoid linking to CUDA

parent 1515e584
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -26,6 +26,12 @@ lofar_add_library(cointerface ...@@ -26,6 +26,12 @@ lofar_add_library(cointerface
) )
lofar_add_bin_program(versioncointerface versioncointerface.cc) lofar_add_bin_program(versioncointerface versioncointerface.cc)
lofar_add_bin_program(send_state send_state.cc)
lofar_add_bin_program(getOutputProcHosts getOutputProcHosts.cc)
lofar_add_sbin_program(cmpfloat cmpfloat.cc) lofar_add_sbin_program(cmpfloat cmpfloat.cc)
lofar_add_sbin_program(createFeedback createFeedback.cc) lofar_add_sbin_program(createFeedback createFeedback.cc)
# install logprop files
lofar_add_sysconf_files(
getOutputProcHosts.log_prop)
...@@ -77,7 +77,6 @@ if(USE_CUDA) ...@@ -77,7 +77,6 @@ if(USE_CUDA)
endif() endif()
lofar_add_bin_program(rtcp rtcp.cc) lofar_add_bin_program(rtcp rtcp.cc)
lofar_add_bin_program(getOutputProcHosts getOutputProcHosts.cc)
endif() endif()
if(USE_OPENCL) if(USE_OPENCL)
...@@ -121,7 +120,6 @@ if(USE_OPENCL) ...@@ -121,7 +120,6 @@ if(USE_OPENCL)
endif() endif()
lofar_add_bin_program(station_stream Station/station_stream.cc) lofar_add_bin_program(station_stream Station/station_stream.cc)
lofar_add_bin_program(send_state send_state.cc)
lofar_add_bin_program(gpu_load gpu_load.cc) lofar_add_bin_program(gpu_load gpu_load.cc)
# install scripts used to run an observation under bin # install scripts used to run an observation under bin
...@@ -146,6 +144,5 @@ lofar_add_sbin_scripts( ...@@ -146,6 +144,5 @@ lofar_add_sbin_scripts(
# install logprop files # install logprop files
lofar_add_sysconf_files( lofar_add_sysconf_files(
rtcp.log_prop rtcp.log_prop
getOutputProcHosts.log_prop
Station/station_stream.log_prop Station/station_stream.log_prop
scripts/watchlogs-multitail.conf) scripts/watchlogs-multitail.conf)
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