jobrun


Namejobrun JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/josemvas/jobrun
SummaryJobRun is a configurable tool to run simulation jobs in HPC clusters
upload_time2025-04-21 07:39:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseLGPLv3+
keywords job queue hpc cluster
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            JobRun
======

About
-----
**JobRun** is a configurable tool to run simulation jobs in HPC clusters. It is compatible with PBS, LSF and Slurm and currently supports the following simulation software:

* DFTB+
* Gaussian
* deMon2k
* ORCA
* VASP

Install
-------
Install from GitHub with pip
```
pip3 install --user git+https://github.com/josemvas/jobrun.git
```

Configure
---------
After installing run
```
jobrun-cfg setup
```
and follow the instructions printed on the screen.

Upgrade
-------
Upgrade from GitHub with pip
```
pip3 install --user --upgrade git+https://github.com/josemvas/jobrun.git
```

Notes
-----
For system wide installation drop the `--user` option.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/josemvas/jobrun",
    "name": "jobrun",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "job queue hpc cluster",
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "JobRun\n======\n\nAbout\n-----\n**JobRun** is a configurable tool to run simulation jobs in HPC clusters. It is compatible with PBS, LSF and Slurm and currently supports the following simulation software:\n\n* DFTB+\n* Gaussian\n* deMon2k\n* ORCA\n* VASP\n\nInstall\n-------\nInstall from GitHub with pip\n```\npip3 install --user git+https://github.com/josemvas/jobrun.git\n```\n\nConfigure\n---------\nAfter installing run\n```\njobrun-cfg setup\n```\nand follow the instructions printed on the screen.\n\nUpgrade\n-------\nUpgrade from GitHub with pip\n```\npip3 install --user --upgrade git+https://github.com/josemvas/jobrun.git\n```\n\nNotes\n-----\nFor system wide installation drop the `--user` option.\n\n\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "JobRun is a configurable tool to run simulation jobs in HPC clusters",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/josemvas/jobrun"
    },
    "split_keywords": [
        "job",
        "queue",
        "hpc",
        "cluster"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0c42fe04bf836bb1d7309dd9d5a6184db9b6d3c0d02b9faabb3f4ed3600941d",
                "md5": "b22091620be30364a3948b10bcb81d61",
                "sha256": "f0992fc92bba94b53d009b1068216363524d775e727496eeabbf695c3764b011"
            },
            "downloads": -1,
            "filename": "jobrun-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b22091620be30364a3948b10bcb81d61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 29067,
            "upload_time": "2025-04-21T07:39:13",
            "upload_time_iso_8601": "2025-04-21T07:39:13.872199Z",
            "url": "https://files.pythonhosted.org/packages/a0/c4/2fe04bf836bb1d7309dd9d5a6184db9b6d3c0d02b9faabb3f4ed3600941d/jobrun-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-21 07:39:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "josemvas",
    "github_project": "jobrun",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jobrun"
}
        
Elapsed time: 0.47084s