With no CPU slots running, and both instances working on WUs from the same project, I'm seeing 1.03M PPD on the P100 and 2.28M PPD on the V100. At this rate, I'll get as many points in a week as I did in the past 15 years. Are these the expected PPDs on a P100/ V100? Is there anything from the
Code: Select all
nvidia-smi
P100:
Code: Select all
root@instance-4:~# nvidia-smi
Thu Oct 4 18:35:19 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 Driver Version: 410.48 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla P100-PCIE... Off | 00000000:00:04.0 Off | 0 |
| N/A 59C P0 124W / 250W | 317MiB / 16280MiB | 95% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2079 C ...VIDIA/Fermi/xxx/Core_21.fah/FahCore_21 307MiB |
+-----------------------------------------------------------------------------+
Code: Select all
root@instance-5:~# nvidia-smi
Thu Oct 4 18:36:16 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 Driver Version: 410.48 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla V100-SXM2... On | 00000000:00:04.0 Off | 0 |
| N/A 53C P0 145W / 300W | 395MiB / 16130MiB | 92% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1843 C ...VIDIA/Fermi/xxx/Core_21.fah/FahCore_21 385MiB |
+-----------------------------------------------------------------------------+