nathaliagg / make_hpc_jobs

Collection of python scripts to generate jobs in the HPC. I used argparse and Gooey, and tested using pytest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPC SLURM and PBS scrips

Collection of scripts to generate jobs in the HPC at University of Arizona. Ocelote - PBS, Puma - SLURM, and respective interactive jobs.

I have two different collections here: cli and gui. cli is the collection of scripts for command-line, and gui is the collection of scripts for graphical user interface. I used argparse to build the scripts in both collections, and in the gui collection I used gooey to transform the cli program into a GUI.

About

Collection of python scripts to generate jobs in the HPC. I used argparse and Gooey, and tested using pytest.


Languages

Language:Python 99.4%Language:Makefile 0.6%