Menu

Hopla is a lightweight tool for submitting script for computation within a PBS cluster. It basically wraps submission and provide access to logs.

Installing hopla

This tutorial will walk you through the process of intalling HOPLA…

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user hopla

Install the package with the root privilege

>>> sudo pip install hopla

Installing the current version

Clone the project

>>> git clone https://github.com/AGrigis/hopla

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2025, hopla developers