From 7f701eef8fc10bbfae3c2364d2bdd5378f3daac7 Mon Sep 17 00:00:00 2001 From: George Markomanolis Date: Sun, 22 Aug 2021 18:19:12 +0300 Subject: [PATCH 1/3] Update collect_environment.sh --- collect_environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/collect_environment.sh b/collect_environment.sh index 51bab7d..0fc6676 100755 --- a/collect_environment.sh +++ b/collect_environment.sh @@ -16,4 +16,5 @@ lsblk -a lsscsi -s module list nvidia-smi +rocm-smi (lshw -short -quiet -sanitize || lspci) | cat From a4a127f843d9b2260fb7b69e63e0586ad966a1e7 Mon Sep 17 00:00:00 2001 From: George Markomanolis Date: Sun, 22 Aug 2021 18:22:42 +0300 Subject: [PATCH 2/3] Update README.md adding rocm-smi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bbae20..50e1544 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,6 @@ At the time of this writing, `collect_environment.sh` invokes the following comm * [`env`](https://linux.die.net/man/1/env): list all environment variables currently in use * [`module list`](https://linux.die.net/man/1/module): list all loaded [Environment Modules](http://modules.sourceforge.net/) * [`nvidia-smi`](https://developer.nvidia.com/nvidia-system-management-interface): report characteristics and configuration of NVIDIA GPUs +* [`rocm-smi`] (https://rocmdocs.amd.com/en/latest/ROCm_System_Managment/ROCm-SMI-CLI.html): list of the available AMD GPUs among temperature and other information There is some redundancy in information provided by the preceding tools, but note that not every tools is available on every system. The goal is to acquire as much information as possible on as many types of systems as possible. From 8a461d2d1531aa047d35d63069e005ff94dec0f2 Mon Sep 17 00:00:00 2001 From: George Markomanolis Date: Sun, 22 Aug 2021 18:23:02 +0300 Subject: [PATCH 3/3] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e1544..aebeeb9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ At the time of this writing, `collect_environment.sh` invokes the following comm * [`env`](https://linux.die.net/man/1/env): list all environment variables currently in use * [`module list`](https://linux.die.net/man/1/module): list all loaded [Environment Modules](http://modules.sourceforge.net/) * [`nvidia-smi`](https://developer.nvidia.com/nvidia-system-management-interface): report characteristics and configuration of NVIDIA GPUs -* [`rocm-smi`] (https://rocmdocs.amd.com/en/latest/ROCm_System_Managment/ROCm-SMI-CLI.html): list of the available AMD GPUs among temperature and other information +* [`rocm-smi`](https://rocmdocs.amd.com/en/latest/ROCm_System_Managment/ROCm-SMI-CLI.html): list of the available AMD GPUs among temperature and other information There is some redundancy in information provided by the preceding tools, but note that not every tools is available on every system. The goal is to acquire as much information as possible on as many types of systems as possible.