Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/audy/vagrant-torque

Run a single machine torque cluster inside of a Vagrant VM.
https://github.com/audy/vagrant-torque

Last synced: about 21 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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