Revert "Detect hang of McKernel in mcexec"

Change-Id: Ie8a0cf725f84a2f5d85da8b8fb15b30a826ddfcb
This commit is contained in:
Masamichi Takagi
2020-04-14 20:01:15 +09:00
parent 04d17dd3e9
commit 8ee1d61d0f
2 changed files with 1 additions and 106 deletions

View File

@@ -15,7 +15,7 @@ set_property(TARGET libmcexec PROPERTY POSITION_INDEPENDENT_CODE ON)
add_executable(mcexec mcexec.c)
target_link_libraries(mcexec
libmcexec ihklib ${LIBRT} ${LIBNUMA} $<$<BOOL:ENABLE_QLMPI>:${LIBMPI}> pthread)
libmcexec ${LIBRT} ${LIBNUMA} $<$<BOOL:ENABLE_QLMPI>:${LIBMPI}> pthread)
target_include_directories(mcexec PUBLIC "${KERNEL_DIR}")
set_property(TARGET mcexec PROPERTY POSITION_INDEPENDENT_CODE ON)
set_property(TARGET mcexec PROPERTY LINK_FLAGS "-fPIE -pie")