From 869d1b2ffe2ecce7cbc2ef33ef551166b62d6a3e 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: 5bc6b50b0b802f13314fd26a0ac4936d9f45716d] --- 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