User Tools

Site Tools


nvtop-software

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
nvtop-software [2021/08/19 08:55] – created aorthnvtop-software [2022/06/27 13:15] aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.2.2+  * Version: 2.0.2
   * Added: August, 2021   * Added: August, 2021
 +  * Updated: June, 2022
   * Link: https://github.com/Syllo/nvtop   * Link: https://github.com/Syllo/nvtop
  
Line 15: Line 16:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load nvtop/1.2.2+<code>$ module load nvtop/2.0.2
 $ nvtop</code> $ nvtop</code>
  
Line 24: Line 25:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo yum install cmake3 ncurses-devel git +<code>$ git clone https://github.com/Syllo/nvtop.git -b 2.0.2
-$ cd /tmp +
-$ git clone https://github.com/Syllo/nvtop.git -b 1.2.2+
 $ mkdir -p nvtop/build && cd nvtop/build $ mkdir -p nvtop/build && cd nvtop/build
-cmake3 -DCMAKE_BUILD_TYPE=Release ..+cmake .. -DNVIDIA_SUPPORT=ON -DCMAKE_BUILD_TYPE=Release
 $ make $ make
-$ sudo mkdir -p /export/apps/nvtop/1.2.2/bin +$ sudo mkdir -p /export/apps/nvtop/2.0.2/bin 
-$ sudo cp src/nvtop /export/apps/nvtop/1.2.2/bin +$ sudo cp src/nvtop /export/apps/nvtop/2.0.2/bin 
-$ sudo cp ../LICENSE /export/apps/nvtop/1.2.2 +$ sudo cp ../LICENSE /export/apps/nvtop/2.0.2 
-$ sudo chown -R root:root /export/apps/nvtop/1.2.2</code>+$ sudo chown -R root:root /export/apps/nvtop/2.0.2</code>