From 9efb9fd3434e000062ff3bf66dcf7a0d545dc1c2 Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Fri, 16 Aug 2024 13:09:06 -0500 Subject: [PATCH] Add omniperf suffix to MOD_INSTALL_PATH in docs (#414) If we don't add the suffix omniperf to the install path then the subsequent instruction of module load omniperf will not work Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: 68e2cf09737eb22dadf7cc5cec19963a93b222f8] --- projects/rocprofiler-compute/docs/install/core-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/docs/install/core-install.rst b/projects/rocprofiler-compute/docs/install/core-install.rst index 7629644dc8..8cbb2e0630 100644 --- a/projects/rocprofiler-compute/docs/install/core-install.rst +++ b/projects/rocprofiler-compute/docs/install/core-install.rst @@ -142,7 +142,7 @@ Install from source cd build cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/{{ config.version }} \ -DPYTHON_DEPS=${INSTALL_DIR}/python-libs \ - -DMOD_INSTALL_PATH=${INSTALL_DIR}/modulefiles .. + -DMOD_INSTALL_PATH=${INSTALL_DIR}/modulefiles/omniperf .. # install make install