It seems that some SLURM installations consume the options meant for the se command in the hpc.slurm.sbatch task. So running se --nocolor [...] on a script that includes the hpc.slurm.sbatch task could lead to SLURM sbatch complaining about the unknown --nocolor option. This has been observed at least at the ECMWF HPC2020 platform.
It seems that some SLURM installations consume the options meant for the
se
command in thehpc.slurm.sbatch
task. So runningse --nocolor [...]
on a script that includes thehpc.slurm.sbatch
task could lead to SLURMsbatch
complaining about the unknown--nocolor
option. This has been observed at least at the ECMWF HPC2020 platform.