Skip to content

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

Notifications You must be signed in to change notification settings

audy/vagrant-torque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages