Skip to content

Web interface to show nodes, queues and jobs on a High Performance Computer Cluster using PBS Pro

License

Notifications You must be signed in to change notification settings

speleolinux/pbsweb

 
 

Repository files navigation

README

Introduction

This small web application provides a simple web view of the nodes, queues and jobs on a High Performance Computer Cluster running the PBS batch scheduling system. It was developed using PBS Professional but should also work with the open source OpenPBS. General information on PBS can be found at its Wikipedia entry Portable Batch System and the OpenPBS homepage. This project is hosted at the eResearch site at Github https://github.com/UTS-eResearch/pbsweb and my personal site at https://github.com/speleolinux/pbsweb.

Screenshot showing PBSWeb
Screenshot showing the web application.

Software Required

See INSTALL.md

License

Copyright 2019 Mike Lake & University of Technology Sydney

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this software. If not, see https://www.gnu.org/licenses/.

References

Information on the "Batch Interface Library" can be found in the "PBS Professional® Programmer's Guide". See the section "Batch Interface Library". This is the primary API to communicate with the PBS MoM.

Bottle Python Web Framework: https://bottlepy.org/docs/0.12/

SWIG Tutorial: https://www.swig.org/tutorial.html

About

Web interface to show nodes, queues and jobs on a High Performance Computer Cluster using PBS Pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.9%
  • Shell 25.4%
  • Jinja 9.2%
  • CSS 2.9%
  • HTML 1.4%
  • SWIG 0.2%