neilmunday / slurm-mail

Slurm-Mail is a drop in replacement for Slurm's e-mails to give users much more information about their jobs compared to the standard Slurm e-mails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job output files with spaces in are not resolved properly

neilmunday opened this issue · comments

Example job:

#!/bin/bash

#SBATCH -J "test job"
#SBATCH -o "test output"
#SBATCH --mail-type END

date

Slurm-Mail incorrectly resolves the output file for the job to test instead of test output