Hello, In trying to modularize and genericize my Bash scripts as much as possible, I was wondering if there was a way to turn #SBATCH options (mainly walltime, mem, and output and error file directories) into externally defined script parameters (e.g. in the same command line as during sbatch job submission).
Thank-you!