Skip to content

Instantly share code, notes, and snippets.

@brockpalen
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brockpalen/34764d9cc5415de77b0b to your computer and use it in GitHub Desktop.
Save brockpalen/34764d9cc5415de77b0b to your computer and use it in GitHub Desktop.
building-hydra
#build hydra with PBS support
wget http://www.mpich.org/static/downloads/3.1/hydra-3.1.tar.gz
tar -xzf hydra-3.1.tar.gz
cd hydra-3.1
#configure with needed path to libtroque.so
#<toque install prefix>/lib/libtroque.so
./configure \
--prefix=<install prefix> \
--with-toque=<torque install prefix> \
--with-hydra-bss=pbs
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment