From 68e2cf09737eb22dadf7cc5cec19963a93b222f8 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 --- docs/install/core-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/core-install.rst b/docs/install/core-install.rst index 7629644dc8..8cbb2e0630 100644 --- a/docs/install/core-install.rst +++ b/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