https://github.com/sarahbeecroft/amd_porting
Repository for Docker recipes for porting codes to AMD/ROCM
https://github.com/sarahbeecroft/amd_porting
Last synced: 2 months ago
JSON representation
Repository for Docker recipes for porting codes to AMD/ROCM
- Host: GitHub
- URL: https://github.com/sarahbeecroft/amd_porting
- Owner: SarahBeecroft
- Created: 2024-04-12T04:29:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T04:24:02.000Z (3 months ago)
- Last Synced: 2025-02-24T04:27:29.153Z (3 months ago)
- Language: Dockerfile
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amd_porting
Repository for Docker recipes for porting codes to AMD/ROCM## Using the vram monitoring
1. submit the job to slurm, see which node it's assigned to
2. login to the node
3. run with bash vram_monitoring.sh job_idYou can change the print frequency by changing the sleep interval in the script.