Hi all, in my slurm.conf I add these 2 lines: ProctrackType=proctrack/cgroup PrologFlags=X11 to activate the x11 feature offered by SLURM (version 21.08.8-2).
It works well with "srun --x11". Now I would like to create two sets of partitions: - partitions only for applications with GUI. These partitions would be used in combination with "srun --x11" - partitions where applications with GUI are forbidden. How can I define them in my slurm.conf? Thanks in advance Regards, Guillaume