This package is a Parsl-based plugin for the LSST Batch Production Service (BPS) execution framework.
It is intended to support running LSST PipelineTask
jobs on high-performance computing (HPC) clusters.
Parsl includes execution providers that allow operation on batch systems typically used by HPC clusters, e.g., Slurm, PBS/Torque and LSF.
Parsl can also be configured to run on a single node using a thread pool, 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.
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.