Shawl5 is an interface to SLURM systems that runs as a local web application.
sudo apt install python3 python3-pip
git clone [email protected]:dvolk/shawl5.git
cd shawl5
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 shawl5.py
This will open a web browser window to http://127.0.0.1:7322
see MANUAL.md for more information on shawl.