diff --git a/README.md b/README.md index 7bbae20..aebeeb9 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. 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