slurm-view


Nameslurm-view JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryView a SLURM cluster and inspect nodes and jobs.
upload_time2023-12-11 08:31:25
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords xnat tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Slurm Viewer
## Introduction
View the nodes in a slurm cluster and view the queue.

## Settings
```json
{
  "debug": "True",
  "server": "SERVER or NONE",
  "nodelist": ["List of nodes to view"],
  "node_columns": [
    "short_name",
    "gpu_tot",
    "gpu_alloc",
    "gpu_avail",
    "gpu_type",
    "gpu_mem",
    "cpu_tot",
    "cpu_alloc",
    "cpu_avail",
    "real_memory",
    "alloc_mem",
    "freemem"
  ],
  "queue_columns": [
    "nodelist",
    "user",
    "job_id",
    "command",
    "submit_time",
    "start_delay",
    "min_memory"
  ]
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "slurm-view",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "XNAT,TUI",
    "author": "",
    "author_email": "Patrick de Koning <pjhdekoning@lumc.nl>",
    "download_url": "",
    "platform": null,
    "description": "# Slurm Viewer\r\n## Introduction\r\nView the nodes in a slurm cluster and view the queue.\r\n\r\n## Settings\r\n```json\r\n{\r\n  \"debug\": \"True\",\r\n  \"server\": \"SERVER or NONE\",\r\n  \"nodelist\": [\"List of nodes to view\"],\r\n  \"node_columns\": [\r\n    \"short_name\",\r\n    \"gpu_tot\",\r\n    \"gpu_alloc\",\r\n    \"gpu_avail\",\r\n    \"gpu_type\",\r\n    \"gpu_mem\",\r\n    \"cpu_tot\",\r\n    \"cpu_alloc\",\r\n    \"cpu_avail\",\r\n    \"real_memory\",\r\n    \"alloc_mem\",\r\n    \"freemem\"\r\n  ],\r\n  \"queue_columns\": [\r\n    \"nodelist\",\r\n    \"user\",\r\n    \"job_id\",\r\n    \"command\",\r\n    \"submit_time\",\r\n    \"start_delay\",\r\n    \"min_memory\"\r\n  ]\r\n}\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "View a SLURM cluster and inspect nodes and jobs.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/lkeb/slurm_view"
    },
    "split_keywords": [
        "xnat",
        "tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aaff4f46e414415311144f6322ed5ef5b6948f55a78847031a3bd8df88f3d31",
                "md5": "c29bc21de6c8d583748f80419ecc8977",
                "sha256": "bde5571e2a97443ec85eaabc66ad6449e370dd1f7829abf452228897ac2f22a2"
            },
            "downloads": -1,
            "filename": "slurm_view-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c29bc21de6c8d583748f80419ecc8977",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14880,
            "upload_time": "2023-12-11T08:31:25",
            "upload_time_iso_8601": "2023-12-11T08:31:25.143864Z",
            "url": "https://files.pythonhosted.org/packages/2a/af/f4f46e414415311144f6322ed5ef5b6948f55a78847031a3bd8df88f3d31/slurm_view-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 08:31:25",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lkeb",
    "gitlab_project": "slurm_view",
    "lcname": "slurm-view"
}
        
Elapsed time: 0.15089s