Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 39aca5d6 authored by snuverink_j's avatar snuverink_j
Browse files

Merge branch '420-boost-linker-error-that-use-boost_timer-library' into 'master'

Resolve "boost linker error that use boost_timer library"

Closes #420

See merge request !233
parents 7f15be7b a68c635e
No related branches found
No related tags found
1 merge request!233Resolve "boost linker error that use boost_timer library"
......@@ -28,11 +28,11 @@ add_executable (TestRC TestRC.cpp)
#add_executable (TestRCMIC TestRCMIC.cpp)
add_executable (TestFFTCos TestFFTCos.cpp)
target_link_libraries (TestFFT ${IPPL_LIBS} ${MPI_CXX_LIBRARIES})
target_link_libraries (TestRC ${IPPL_LIBS} ${MPI_CXX_LIBRARIES})
#target_link_libraries (TestRCGPU ${IPPL_LIBS} ${MPI_CXX_LIBRARIES})
#target_link_libraries (TestRCMIC ${IPPL_LIBS} ${MPI_CXX_LIBRARIES})
target_link_libraries (TestFFTCos ${IPPL_LIBS} ${MPI_CXX_LIBRARIES})
target_link_libraries (TestFFT ${IPPL_LIBS} ${MPI_CXX_LIBRARIES} boost_timer)
target_link_libraries (TestRC ${IPPL_LIBS} ${MPI_CXX_LIBRARIES} boost_timer)
#target_link_libraries (TestRCGPU ${IPPL_LIBS} ${MPI_CXX_LIBRARIES} boost_timer)
#target_link_libraries (TestRCMIC ${IPPL_LIBS} ${MPI_CXX_LIBRARIES} boost_timer)
target_link_libraries (TestFFTCos ${IPPL_LIBS} ${MPI_CXX_LIBRARIES} boost_timer)
# vi: set et ts=4 sw=4 sts=4:
......
......@@ -43,6 +43,7 @@ target_link_libraries (
${H5Hut_LIBRARY}
${HDF5_LIBRARIES}
${MPI_CXX_LIBRARIES}
boost_timer
)
#add_executable (p3m3d p3m3d.cpp)
......@@ -59,6 +60,7 @@ target_link_libraries (
p3m3dTwoStreamParallel
${IPPL_LIBS}
${MPI_CXX_LIBRARIES}
boost_timer
)
add_executable (p3m3dRegressionTests p3m3dRegressionTests.cpp)
......@@ -66,6 +68,7 @@ target_link_libraries (
p3m3dRegressionTests
${IPPL_LIBS}
${MPI_CXX_LIBRARIES}
boost_timer
)
#add_executable (p3m3dMicrobunching p3m3dMicrobunching.cpp)
......
......@@ -30,6 +30,7 @@ target_link_libraries (
ipplToyFDTD
${IPPL_LIBS}
${MPI_CXX_LIBRARIES}
boost_timer
)
# vi: set et ts=4 sw=4 sts=4:
......
......@@ -31,6 +31,7 @@ set (MSLANG_LIBS
${H5Hut_LIBRARY}
${HDF5_LIBRARY}
${Boost_LIBRARIES}
boost_timer
m
z
)
......
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