Hi all,
I managed to solve the issue...xauth was missing from the compute nodes!
I increased the debug level in the slurmd logging and finally figured it
out.
Thanks again for your help,
Thekla
On 28/5/21 2:15 μ.μ., Marcus Boden wrote:
Hi Thekla,
these are all the installed packages with
I have the same in our config.log and the x11 forwarding works fine. No
other lines around it (about some failing checks or something), just this:
[...]
configure:22134: WARNING: unable to locate rrdtool installation
configure:22176: support for ucx disabled
configure:22296: checking whether Slu
Thekla Loizou writes:
> Also, when compiling SLURM in the config.log I get:
>
> configure:22291: checking whether Slurm internal X11 support is enabled
> configure:22306: result:
>
> The result is empty. I read that X11 is build by default so I don't
> expect a special flag to be given during com
Thank you both for your replies.
Our OS is CentOS 7.7. We have the dependencies installed and also the
PrologFlags=X11 in the slurm.conf.
Perhaps I am missing some X11 packages? But X11 is working outside SLURM.
When getting interactive access on a node basically I get:
salloc -N1 --x11
sall
Hi Thekla,
it is build in by default since... some time. You need to activate it by
adding
PrologFlags=X11
to your slurm.conf (see here:
https://slurm.schedmd.com/slurm.conf.html#OPT_PrologFlags)
Best,
Marcus
On 27.05.21 14:07, Thekla Loizou wrote:
Dear all,
I am trying to use X11 forward
On 5/27/21 2:07 PM, Thekla Loizou wrote:
I am trying to use X11 forwarding in SLURM with no success.
We are installing SLURM using RPMs that we generate with the command
"rpmbuild -ta slurm*.tar.bz2" as per the documentation.
I am currently working with SLURM version 20.11.7-1.
What I am mis
Dear all,
I am trying to use X11 forwarding in SLURM with no success.
We are installing SLURM using RPMs that we generate with the command
"rpmbuild -ta slurm*.tar.bz2" as per the documentation.
I am currently working with SLURM version 20.11.7-1.
What I am missing when it comes to build SLU