The Gautschi OOD Dashboard, powered by Open OnDemand, provides users a user-friendly graphical interface to access and monitor HPC resources. Gautschi currently uses Open OnDemand version 3.1.11.
Please follow the instructions on the official Open OnDemand documentation to enable developer mode on your cluster.
Note: These installation instructions are solely for development use, not production deployment. Production deployment instructions may vary between clusters.
ssh user@gautschi.rcac.purdue.eduUse git to clone the repository into your home directory and then run the installation script:
- Using SSH
To use SSH for
git clone, you must first set up a Github SSH key on the Github settings page.git clone git@github.com:PurdueRCAC/OOD-Dashboard.git $HOME/ondemand/dev/dashboard && cd $HOME/ondemand/dev/dashboard && ./install.sh
- Click on Develop dropdown in top right.
- Click on My Sandbox Apps (Development)
- Click on Launch Ood Dashboard next to the app called Ood Dashboard [main]
