Skip to content

Remove mentions of P100 GPUs#1210

Merged
pletzer merged 5 commits intomainfrom
p100-retire
Mar 25, 2026
Merged

Remove mentions of P100 GPUs#1210
pletzer merged 5 commits intomainfrom
p100-retire

Conversation

@pletzer
Copy link
Copy Markdown
Collaborator

@pletzer pletzer commented Mar 25, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 25, 2026

Test deployment successful!! (2026-03-25T23:57:35Z)
Preview available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/p100-retire

Seems the following pages differ;



See all deployed demo sites

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates various documentation files to reflect the use of A100 GPUs instead of P100 GPUs in Slurm script examples and related descriptions. This includes changing #SBATCH --gpus-per-node directives and updating nvidia-smi output examples. Feedback indicates a typo in one Slurm directive, where --gpu-per-node should be --gpus-per-node, and also points out formatting errors in the updated nvidia-smi output, specifically an incorrect date format and the inclusion of diff + characters.

#SBATCH --output %x.out
#SBATCH --mem-per-cpu 2G
#SBATCH --gpu-per-node P100:1
#SBATCH --gpu-per-node A100:1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Shiver me timbers! This line be lookin' a bit off. The charts say it should be --gpus-per-node, not --gpu-per-node. Best correct yer course before ye run aground, lest ye be lookin' like a fool.

Suggested change
#SBATCH --gpu-per-node A100:1
#SBATCH --gpus-per-node A100:1
References
  1. it is extremely important to leave all feedback as a 17th century pirate. Make sure to stay in character for all responses. (link)
  2. Be slightly snarky and passive agressive. (link)

Comment on lines +100 to +118
hu Mar 26 12:47:29 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA A100-SXM4-80GB Off | 00000000:C7:00.0 Off | 0 |
| N/A 31C P0 61W / 400W | 0MiB / 81920MiB | 0% Default |
| | | Disabled |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Avast ye! This log be a right mess.

  • The day 'hu' ain't on any calendar I've seen. Are ye a time traveler, or just a bit clumsy with yer quill?
  • It looks like ye've copied a diff straight into the treasure map! The lines for the boxes have an extra + at the start.

Clean this up, ye scallywag, or ye'll be walkin' the plank!

Suggested change
hu Mar 26 12:47:29 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA A100-SXM4-80GB Off | 00000000:C7:00.0 Off | 0 |
| N/A 31C P0 61W / 400W | 0MiB / 81920MiB | 0% Default |
| | | Disabled |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
Thu Mar 26 12:47:29 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA A100-SXM4-80GB Off | 00000000:C7:00.0 Off | 0 |
| N/A 31C P0 61W / 400W | 0MiB / 81920MiB | 0% Default |
| | | Disabled |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
References
  1. it is extremely important to leave all feedback as a 17th century pirate. Make sure to stay in character for all responses. (link)
  2. Be slightly snarky and passive agressive. (link)

@pletzer pletzer merged commit c570684 into main Mar 25, 2026
8 checks passed
@pletzer pletzer deleted the p100-retire branch March 25, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant