I am trying to hide "Submitted batch job xxxx" message after running sbatch -Q -N 16 -c 8 --time 10:00:00 job.sh
.
However, the message "Submitted batch job xxxx" still comes out. Is anyone familiar with the situation?
According to SLURM documentation,
-Q, --quiet
Suppress informational messages from sbatch such as Job ID.
Only errors will still be displayed.