Hello, I would like to use CMAKE_RULE_LAUNCH_LINK/CMAKE_RULE_LAUNCH_COMPILE for using score-p.
scorep should be added in compile and link line before compiler (eg. scorep gcc). Thus I setted CMAKE_RULE_LAUNCH_COMPILE to scorep and same for CMAKE_RULE_LAUNCH_LINK. (set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK scorep)) (set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE scorep)) The issue is that scorep is also added for ARCHIVE creation with "ar" which is not supported by score-p. Do you have a solution to prefix link for an executable and not for an archive ? Regards, XL
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
