This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
r"""Cluster submission | |
Light helper script for submitting jobs to a cluster. For instance, to submit | |
a job that calls the command hostname, just use: | |
$ sub hostname | |
Additionally, you can specify the name of the job: |