lsst-ctrl-bps-parsl


Namelsst-ctrl-bps-parsl JSON
Version 29.2025.3100 PyPI version JSON
download
home_pageNone
SummaryParsl-based plugin for lsst-ctrl-bps.
upload_time2025-07-31 08:39:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11.0
licenseBSD 3-Clause License
keywords lsst
VCS
bugtrack_url
requirements parsl lsst-ctrl-bps
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ctrl_bps_parsl

[![pypi](https://img.shields.io/pypi/v/lsst-ctrl-bps-parsl.svg)](https://pypi.org/project/lsst-ctrl-bps-parsl/)
[![codecov](https://codecov.io/gh/lsst/ctrl_bps_parsl/branch/main/graph/badge.svg?token=YoPKBx96gw)](https://codecov.io/gh/lsst/ctrl_bps_parsl)

This package is a [Parsl](https://parsl-project.org)-based plugin for the [LSST](https://www.lsst.org) Batch Production Service (BPS) [execution framework](https://github.com/lsst/ctrl_bps).
It is intended to support running LSST `PipelineTask` jobs on high-performance computing (HPC) clusters.
Parsl includes [execution providers](https://parsl.readthedocs.io/en/stable/userguide/execution.html#execution-providers) that allow operation on batch systems typically used by HPC clusters, e.g., [Slurm](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.SlurmProvider.html#parsl.providers.SlurmProvider), [PBS/Torque](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.TorqueProvider.html#parsl.providers.TorqueProvider) and [LSF](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LSFProvider.html#parsl.providers.LSFProvider).
Parsl can also be configured to run on a single node using a [thread pool](https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.ThreadPoolExecutor.html#parsl.executors.ThreadPoolExecutor), which is useful for testing and development.

This is a **Python 3 only** package (we assume Python 3.8 or higher).

Documentation will be available [here](https://pipelines.lsst.io/modules/lsst.ctrl.bps.parsl/index.html).

This software is dual licensed under the GNU General Public License (version 3 of the License, or (at your option) any later version, and also under a 3-clause BSD license.
Recipients may choose which of these licenses to use; please see the files gpl-3.0.txt and/or bsd_license.txt, respectively.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lsst-ctrl-bps-parsl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.0",
    "maintainer_email": null,
    "keywords": "lsst",
    "author": null,
    "author_email": "Rubin Observatory Data Management <dm-admin@lists.lsst.org>",
    "download_url": "https://files.pythonhosted.org/packages/06/4c/1200165843ac2de681f4ff9cad0c7f948fe4eb5419c2527e76f70673f061/lsst_ctrl_bps_parsl-29.2025.3100.tar.gz",
    "platform": null,
    "description": "# ctrl_bps_parsl\n\n[![pypi](https://img.shields.io/pypi/v/lsst-ctrl-bps-parsl.svg)](https://pypi.org/project/lsst-ctrl-bps-parsl/)\n[![codecov](https://codecov.io/gh/lsst/ctrl_bps_parsl/branch/main/graph/badge.svg?token=YoPKBx96gw)](https://codecov.io/gh/lsst/ctrl_bps_parsl)\n\nThis package is a [Parsl](https://parsl-project.org)-based plugin for the [LSST](https://www.lsst.org) Batch Production Service (BPS) [execution framework](https://github.com/lsst/ctrl_bps).\nIt is intended to support running LSST `PipelineTask` jobs on high-performance computing (HPC) clusters.\nParsl includes [execution providers](https://parsl.readthedocs.io/en/stable/userguide/execution.html#execution-providers) that allow operation on batch systems typically used by HPC clusters, e.g., [Slurm](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.SlurmProvider.html#parsl.providers.SlurmProvider), [PBS/Torque](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.TorqueProvider.html#parsl.providers.TorqueProvider) and [LSF](https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LSFProvider.html#parsl.providers.LSFProvider).\nParsl can also be configured to run on a single node using a [thread pool](https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.ThreadPoolExecutor.html#parsl.executors.ThreadPoolExecutor), which is useful for testing and development.\n\nThis is a **Python 3 only** package (we assume Python 3.8 or higher).\n\nDocumentation will be available [here](https://pipelines.lsst.io/modules/lsst.ctrl.bps.parsl/index.html).\n\nThis software is dual licensed under the GNU General Public License (version 3 of the License, or (at your option) any later version, and also under a 3-clause BSD license.\nRecipients may choose which of these licenses to use; please see the files gpl-3.0.txt and/or bsd_license.txt, respectively.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Parsl-based plugin for lsst-ctrl-bps.",
    "version": "29.2025.3100",
    "project_urls": {
        "Homepage": "https://github.com/lsst/ctrl_bps_parsl"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e56d71d75422412187a78d0baf5a59d783fe762a3e8726f6de60d7c8530f7cbe",
                "md5": "067355d509e1816840b043c41347d554",
                "sha256": "cf7cb9696a51bbd9957cab887e9969169ecd26f4951bfc1943fe8bca0e5a04cd"
            },
            "downloads": -1,
            "filename": "lsst_ctrl_bps_parsl-29.2025.3100-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "067355d509e1816840b043c41347d554",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0",
            "size": 56657,
            "upload_time": "2025-07-31T08:39:01",
            "upload_time_iso_8601": "2025-07-31T08:39:01.747963Z",
            "url": "https://files.pythonhosted.org/packages/e5/6d/71d75422412187a78d0baf5a59d783fe762a3e8726f6de60d7c8530f7cbe/lsst_ctrl_bps_parsl-29.2025.3100-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "064c1200165843ac2de681f4ff9cad0c7f948fe4eb5419c2527e76f70673f061",
                "md5": "06e95a01d3ed3b88090e45191b28ccfc",
                "sha256": "05101b06e799dc35b1845878bb85f9ee6982a55a31e2289dbb425eb5e21cec70"
            },
            "downloads": -1,
            "filename": "lsst_ctrl_bps_parsl-29.2025.3100.tar.gz",
            "has_sig": false,
            "md5_digest": "06e95a01d3ed3b88090e45191b28ccfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.0",
            "size": 40512,
            "upload_time": "2025-07-31T08:39:02",
            "upload_time_iso_8601": "2025-07-31T08:39:02.814881Z",
            "url": "https://files.pythonhosted.org/packages/06/4c/1200165843ac2de681f4ff9cad0c7f948fe4eb5419c2527e76f70673f061/lsst_ctrl_bps_parsl-29.2025.3100.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 08:39:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lsst",
    "github_project": "ctrl_bps_parsl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "parsl",
            "specs": [
                [
                    ">=",
                    "2024.03.04"
                ]
            ]
        },
        {
            "name": "lsst-ctrl-bps",
            "specs": []
        }
    ],
    "lcname": "lsst-ctrl-bps-parsl"
}
        
Elapsed time: 0.93797s