Difference between revisions of "HOWTO use AmpTools on the JLab farm GPUs"

From GlueXWiki
Jump to: navigation, search
(Created page with "=== Access through SLURM === JLab currently provides 4 NVidia Titan RTX cards, which can be accessed through SLURM: salloc --gres gpu:TitanRTX:1 --partition gpu --nodes 1 An...")
 
(Access through SLURM)
Line 25: Line 25:
 
+-----------------------------------------------------------------------------+
 
+-----------------------------------------------------------------------------+
 
</pre>
 
</pre>
 +
 +
=== AmpTools Compilation with CUDA ===
 +
 +
=== Performing Fits Interactively ===
 +
 +
=== Submitting Batch Jobs ===

Revision as of 12:47, 8 April 2021

Access through SLURM

JLab currently provides 4 NVidia Titan RTX cards, which can be accessed through SLURM:

salloc --gres gpu:TitanRTX:1 --partition gpu --nodes 1

An interactive shell (e.g. bash) on the node with requested allocation can be opened with srun:

srun --pty bash

Information about the cards, cuda and usage is displayed with this command:

nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 418.87.01    Driver Version: 418.87.01    CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  TITAN RTX           Off  | 00000000:3E:00.0 Off |                  N/A |
| 41%   27C    P8     2W / 280W |      0MiB / 24190MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

AmpTools Compilation with CUDA

Performing Fits Interactively

Submitting Batch Jobs