From c6696066d618fa672c4423e3da98d2e8e93b0fab Mon Sep 17 00:00:00 2001 From: Peter Park Date: Wed, 4 Sep 2024 13:30:40 -0400 Subject: [PATCH] update package manager install docs to include omniperf in PATH (#420) Signed-off-by: Peter Jun Park [ROCm/rocprofiler-compute commit: 812a7b7d0873d6284152c2a408206d0fc60c77b5] --- .../rocprofiler-compute/docs/install/core-install.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/rocprofiler-compute/docs/install/core-install.rst b/projects/rocprofiler-compute/docs/install/core-install.rst index 8cbb2e0630..f33b976225 100644 --- a/projects/rocprofiler-compute/docs/install/core-install.rst +++ b/projects/rocprofiler-compute/docs/install/core-install.rst @@ -224,6 +224,9 @@ software stack. .. code-block:: shell $ sudo apt install omniperf + # Include omniperf in your system PATH + $ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0 + # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt .. tab-item:: Red Hat Enterprise Linux @@ -231,6 +234,9 @@ software stack. .. code-block:: shell $ sudo dnf install omniperf + # Include omniperf in your system PATH + $ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0 + # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt .. tab-item:: SUSE Linux Enterprise Server @@ -238,6 +244,9 @@ software stack. .. code-block:: shell $ sudo zypper install omniperf + # Include omniperf in your system PATH + $ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0 + # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt .. _core-install-rocprof-var: