-
Clone the repo. Run
cd slurm_gui
. -
Run
conda create --name slurmgui python=3.9.0 && conda activate slurmgui
. -
Run
pip install -r requirements.txt
. -
Set the password with
python reset_password.py <your password>
. -
Open
config.json
in the root folder, and set the defaults.account field to your slurm project/account id.
-
Start the app with
python main.py
. -
Go to
https://127.0.0.1:15001/
. Log in and go to "slurm".
NOTE: If the page does not load completely, please reload it
- Click "new" button to open the form for submitting jobs. Fill out the form and click "submit" to submit the job to slurm.
- Inspect the submitted job by selecting it in the list.
- To cancel a job that is pending or running, select the job and click the 'cancel' button.