{"id":18632484,"url":"https://github.com/aaronjackson/slurm-utils","last_synced_at":"2025-11-04T07:30:26.117Z","repository":{"id":81726980,"uuid":"213184138","full_name":"AaronJackson/slurm-utils","owner":"AaronJackson","description":":hammer_and_pick: Slurm utilities used on the CVL GPU cluster","archived":false,"fork":false,"pushed_at":"2019-10-19T22:38:38.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T23:56:06.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AaronJackson.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-06T14:34:25.000Z","updated_at":"2023-10-11T09:33:57.000Z","dependencies_parsed_at":"2023-03-13T20:07:16.334Z","dependency_job_id":null,"html_url":"https://github.com/AaronJackson/slurm-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fslurm-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fslurm-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fslurm-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaronJackson%2Fslurm-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaronJackson","download_url":"https://codeload.github.com/AaronJackson/slurm-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239427313,"owners_count":19636710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T05:12:16.446Z","updated_at":"2025-11-04T07:30:26.073Z","avatar_url":"https://github.com/AaronJackson.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"* CVL GPU Cluster Slurm Utilities\n\nThis is a collection of scripts used by the Computer Vision Laboratory\nat the University of Nottingham on our Slurm GPU Cluster.\n\n** Utilities\n\n*** clusterfree\n\nThis script displays GPU availability information, for example,\nwhether how many single GPUs, pairs, triplets or quads are\navailable. It also displays the QoS which are allowed to submit jobs\nto those partitions.\n\n#+BEGIN_SRC\n$ clusterfree\n+------------+---------+---------+--------------------------+------------------------+\n|            |  # GPU  |  Avail  |  Pairs  Triplets  Quads  |  Allowed QoS           |\n+------------+---------+---------+--------------------------+------------------------+\n| all        |  49     |  21     |  10     3         3      |  web                   |\n| general    |  31     |  11     |  5      1         1      |  normal busybee short  |\n| turing     |  8      |  8      |  4      2         2      |  normal busybee short  |\n| undergrad  |  2      |  2      |  1      0         0      |  undergrad short       |\n+------------+---------+---------+--------------------------+------------------------+\n#+END_SRC\n\n*** smem\n\nFinding out the MaxRSS of your Slurm jobs usually requires the use of\nsstat with several arguments. This script enumerates the user's\nrunning jobs and reports memory consumption for each one.\n\n#+BEGIN_SRC\n$ smem\nUser\tJobID\tReq\tMax Used\n------------------------------------\npszaj\t246317\t954M\t167M\npszaj\t246318\t954M\t168M\npszaj\t255305\t30G\t21G\npszaj\t255415\t12G\t8.2G\n#+END_SRC\n\n\n** Contributions\n\nIf you have found a bug and would like to submit a fix, please do so\nwith a pull request or by emailing your git-formatted patch to\nasj@cs.nott.ac.uk. Thanks!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjackson%2Fslurm-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronjackson%2Fslurm-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjackson%2Fslurm-utils/lists"}