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…
Install an official release. This is the best approach for users who want a stable version.
Install the latest development version. This is best for users who want to contribute to the project.
Installing a stable version¶
Install the package without the root privilege
>>> pip install hopla
Installing the current version¶
Install the package in develop mode from the Git repository
>>> pip install -e git+https://github.com/AGrigis/hopla
Follow us