Skip to main content

Submit array jobs to a SGE cluster without all the suffering

Project description

psub

Submit array jobs without all the suffering

Stands for petko-submit, OG ernstlab member who came up with the idea.

New API (alpha):

There's a new (unstable) API that allows submitting jobs directly in Python.

Installation:

Must be installed under ~/utils like this:

mkdir ~/utils; cd ~/utils
git clone git@github.com:udincer/psub.git

Add alias:

# Optional: add psub as an alias
# Add the following to .bashrc
alias psub='/u/home/d/<your_username>/utils/psub/psub_main.sh '

How to use:

Make script containing each command you want to run in parallel in exactly one line:

# the_jobs.sh
python run_analysis.py theta1
python run_analysis.py theta2
python run_analysis.py theta3
python run_analysis.py theta4
python run_analysis.py theta5

Run psub like this, will batch 3 commands to one SGE job (for short jobs):

psub the_jobs.py 3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psub-0.0.1a0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

psub-0.0.1a0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page