#!/bin/bash #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 #SBATCH --mem=5gb #SBATCH --time=00:10:00 #SBATCH --job-name=python_example #SBATCH --error=python_example.%J.err #SBATCH --output=python_example.%J.out module load python/3.8 python helloworld.py