Skip to main content

A python wrapper for a quick qsub command

Project description

PyPI

Documentation Status

qsubr

==========

version 0.2

A quick qsub job submission program

qsubr usage: The missing qsub command [-h] [--cluster CLUSTER] [--queue QUEUE]
                                [--account ACCOUNT] [--name NAME] [--mem MEM]
                                [--nodes NODES] [--threads THREADS]
                                [--log LOG] [--debug]
                                command

positional arguments:
  command               A quoted string of commands

optional arguments:
  -h, --help            show this help message and exit
  --cluster CLUSTER, -c CLUSTER
                        cluster settings
  --queue QUEUE, -q QUEUE
                        queue
  --account ACCOUNT, -A ACCOUNT
                        account_string
  --name NAME, -N NAME  name
  --mem MEM, -gb MEM    memory in gigabytes
  --nodes NODES, -n NODES
                        nodes
  --threads THREADS, -t THREADS
                        threads
  --log LOG, -l LOG     log filename
  --debug, -d           To print commands (For testing flow). OPTIONAL

Acknowledgements

Written by Scott Furlan.

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

qsubr-0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

qsubr-0.2-py3-none-any.whl (4.7 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