easysubmit is a Python-based job scheduling and management system designed to seamlessly integrate with Slurm, a popular cluster management and job scheduling platform. This project aims to simplify the process of submitting, monitoring, and managing jobs on cluster environments.
- Python 3.9+
- Slurm cluster environment
# Clone the repository
git clone https://github.com/ysenarath/easysubmit.git
# Navigate into the project directory
cd easysubmit
# Install dependencies
pip install -e .
pip install easysubmit
Contributions are welcome! Please submit a pull request with a clear description of changes.
easysubmit is licensed under the MIT License.