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>
このコミットが含まれているのは:
Cole Ramos
2024-08-16 13:09:06 -05:00
committed by coleramos425
コミット 68e2cf0973
+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