From 957ce4afd2b6c844280f88229371b9038d87ed0d 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 Signed-off-by: xuchen-amd --- docs/install/core-install.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install/core-install.rst b/docs/install/core-install.rst index 8cbb2e06..f33b9762 100644 --- a/docs/install/core-install.rst +++ b/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: