You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no email address was provided to fmriprep-slurm, the generated bash script will have the mail-user option like this:
#SBATCH --mail-user=None
I did not encounter issue when running jobs on Beluga, but is having issue with narval.
A potential solution is, when no email address was supplied, remove the relevant options.
I can self assign and work on this.
The text was updated successfully, but these errors were encountered:
When no email address was provided to fmriprep-slurm, the generated bash script will have the mail-user option like this:
I did not encounter issue when running jobs on Beluga, but is having issue with narval.
A potential solution is, when no email address was supplied, remove the relevant options.
I can self assign and work on this.
The text was updated successfully, but these errors were encountered: