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 <colramos@amd.com>
This commit is contained in:
Cole Ramos
2024-08-16 13:09:06 -05:00
rodzic 90d0b82657
commit 5bc6b50b0b
+1 -1
Wyświetl plik
@@ -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