User Tools

Site Tools


nvtop-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nvtop-software [2021/08/19 08:55] – created aorthnvtop-software [2023/10/13 09:49] (current) – Remove nvtop because it is in EPEL 8 now aorth
Line 1: Line 1:
-====== nvtop ====== 
  
-NVIDIA GPUs htop like monitoring tool. 
- 
-===== Information ===== 
- 
-  * Version: 1.2.2 
-  * Added: August, 2021 
-  * Link: https://github.com/Syllo/nvtop 
- 
-===== Usage ===== 
- 
-See which versions of nvtop are available: 
-<code>$ module avail nvtop</code> 
- 
-Load one version into your environment and run it: 
-<code>$ module load nvtop/1.2.2 
-$ nvtop</code> 
- 
-**Note:** this only works on systems that have an NVIDIA GPU such as compute06. 
- 
-===== Installation ====== 
- 
-Notes from the sysadmin during installation: 
- 
-<code>$ sudo yum install cmake3 ncurses-devel git 
-$ cd /tmp 
-$ git clone https://github.com/Syllo/nvtop.git -b 1.2.2 
-$ mkdir -p nvtop/build && cd nvtop/build 
-$ cmake3 -DCMAKE_BUILD_TYPE=Release .. 
-$ make 
-$ sudo mkdir -p /export/apps/nvtop/1.2.2/bin 
-$ sudo cp src/nvtop /export/apps/nvtop/1.2.2/bin 
-$ sudo cp ../LICENSE /export/apps/nvtop/1.2.2 
-$ sudo chown -R root:root /export/apps/nvtop/1.2.2</code> 
nvtop-software.1629363323.txt.gz · Last modified: 2021/08/19 08:55 by aorth