From 0aefd15b7b2d1165629c8bc9be20bb2c42920b9d Mon Sep 17 00:00:00 2001 From: Peter Park Date: Mon, 10 Mar 2025 13:47:30 -0400 Subject: [PATCH] Fix name in package manager install docs (#593) * Fix post analysis gui in standalone binary (#591) * Fix post analysis gui in standalone binary * Add post analysis gui assets and required server libraries for GUI server and web page * Add port forwarding to docker test compose * Update README me to use `docker compose up` instead of `docker compose run` to run containers with port forwarding and to leverage other functionalities of docker compose * Fix rocprofv1 output processing. (#588) * fix rocprof-compute binary name in package manager install docs --------- Co-authored-by: vedithal-amd Co-authored-by: xuchen-amd --- docs/install/core-install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/core-install.rst b/docs/install/core-install.rst index 34c0e672bc..87e8dd151f 100644 --- a/docs/install/core-install.rst +++ b/docs/install/core-install.rst @@ -225,7 +225,7 @@ software stack. $ sudo apt install rocprofiler-compute # Include rocprofiler-compute in your system PATH - $ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0 + $ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0 # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt @@ -235,7 +235,7 @@ software stack. $ sudo dnf install rocprofiler-compute # Include rocprofiler-compute in your system PATH - $ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0 + $ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0 # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt @@ -245,7 +245,7 @@ software stack. $ sudo zypper install rocprofiler-compute # Include rocprofiler-compute in your system PATH - $ sudo update-alternatives --install /usr/bin/rocprofiler-compute rocprof-compute /opt/rocm/bin/rocprofiler-compute 0 + $ sudo update-alternatives --install /usr/bin/rocprof-compute rocprof-compute /opt/rocm/bin/rocprof-compute 0 # Install Python dependencies $ python3 -m pip install -r /opt/rocm/libexec/rocprofiler-compute/requirements.txt