Update RHEL Docker Images & Fix CTest (#90)
- Fixed type in script name to fix CTest. Should be: `run-rocprof-sys-pid.sh` - Add `/usr/lib64/openmpi/bin` to Docker Image PATH to help ctests to discover `mpiexec` - `pip install perfetto` in the CI Docker file, for convenience.
This commit is contained in:
zatwierdzone przez
Sajina Kandy
rodzic
b3e754ecb7
commit
4c4d0dea85
@@ -30,7 +30,7 @@ endif()
|
||||
add_test(
|
||||
NAME parallel-overhead-attach
|
||||
COMMAND
|
||||
${CMAKE_CURRENT_LIST_DIR}/run-rocprofiler-systems-pid.sh
|
||||
${CMAKE_CURRENT_LIST_DIR}/run-rocprof-sys-pid.sh
|
||||
$<TARGET_FILE:rocprofiler-systems-instrument> -ME "\.c$" -E fib -e -v 1 --label
|
||||
return args file -l -- $<TARGET_FILE:parallel-overhead> 30 8 1000
|
||||
WORKING_DIRECTORY ${PROJECT_BINARY_DIR})
|
||||
|
||||
Reference in New Issue
Block a user