Metadata-Version: 2.1
Name: PyLauncherMPI
Version: 0.1.0
Summary: A simple MPI-based task scheduler for dynamically distributing commands across MPI processes.
Home-page: https://github.com/ioannis-vm/PyLauncherMPI
Author: John Vouvakis Manousakis
Author-email: ioannis_vm@berkeley.edu
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mpi4py

# PyLauncherMPI
A simple MPI-based task scheduler for dynamically distributing commands across MPI processes.
