VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Add a PBS backend #16

Closed remram44 closed 8 years ago

remram44 commented 8 years ago

Closes #5

If no backend is explicitly selected, pbs should be used instead of default if the qsub command is available when the queue is created.

remram44 commented 8 years ago

Implemented, tested on NYU HPC (mercer)!