Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 86bd3e9a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

rename the eztrace module

parent 45553070
No related branches found
No related tags found
No related merge requests found
......@@ -46,26 +46,26 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/coreblas_eztrace_module
)
add_custom_target(
eztrace-module-chameleon_cpu_func-dir ALL
eztrace-module-chameleon_core-dir ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/output
)
add_custom_command(
OUTPUT libeztrace-autostart-chameleon_cpu_func.so libeztrace-chameleon_cpu_func.so libeztrace-convert-chameleon_cpu_func.so
OUTPUT libeztrace-autostart-chameleon_core.so libeztrace-chameleon_core.so libeztrace-convert-chameleon_core.so
COMMAND make
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/output
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/output
)
add_custom_target(
eztrace-module-chameleon_cpu_func-libs ALL
DEPENDS libeztrace-autostart-chameleon_cpu_func.so libeztrace-chameleon_cpu_func.so libeztrace-convert-chameleon_cpu_func.so
eztrace-module-chameleon_core-libs ALL
DEPENDS libeztrace-autostart-chameleon_core.so libeztrace-chameleon_core.so libeztrace-convert-chameleon_core.so
)
# installation
# ------------
install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-autostart-chameleon_cpu_func.so
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-chameleon_cpu_func.so
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-convert-chameleon_cpu_func.so
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-autostart-chameleon_core.so
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-chameleon_core.so
${CMAKE_CURRENT_BINARY_DIR}/output/libeztrace-convert-chameleon_core.so
DESTINATION ${EZTRACE_LIBRARY_DIRS}
)
......
BEGIN_MODULE
NAME chameleon_cpu_func
DESC "Module for Chameleon CPU functions"
NAME chameleon_core
DESC "Module for Chameleon CORE functions"
ID 7770
void CORE_scasum(int storev, int uplo, int M, int N,
......
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