Automate the generation of Slurm parameters for your HPC bash scripts using AI! This VSCode extension analyzes your bash scripts and predicts optimal Slurm parameters such as memory, time, and CPUs. Save time, avoid guesswork, and ensure efficient resource allocation.

I created a VS Code extension that uses AI (currently chatGPT) to automatically generate Slurm parameters based on the contents of your bash script. Once installed and configured, it will inject slurm parameters at the top of your Bash script in the format:

#SBATCH --time=
Check out more details here: https://github.com/bwentzloff/smartSlurm