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>

[ROCm/rocprofiler-compute commit: 5bc6b50b0b]
Этот коммит содержится в:
Cole Ramos
2024-08-16 13:09:06 -05:00
родитель 07e048a829
Коммит 869d1b2ffe
+1 -1
Просмотреть файл
@@ -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