audy / vagrant-torque

Run a single machine torque cluster inside of a Vagrant VM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-torque

Setup a single machine torque machine in a VM with Vagrant.

Modified from https://github.com/crcollins/torquecluster

Useful for testing SCIENCE.

Usage

Run locally:

vagrant up
vagrant ssh # connect to VM

Run on VM

# submit test job
qsub /vagrant/test.qsub

# check status
qstat

# check job output

cat test.qsub.*

# you should see Hello, World!

License

Public Domain

About

Run a single machine torque cluster inside of a Vagrant VM.


Languages

Language:Shell 100.0%