This may be related to the migration Centos6–>Centos7 but i cannot access the Matlab graphical interface on login1 (login 2 does not work for me, issue pending in another topic).
I got allocated a node
salloc -n1 -c 12 --partition=mono-shared --time=10:00:00 srun -n1 -N1 --pty $SHELL
salloc: Pending job allocation 16714523
salloc: job 16714523 queued and waiting for resources
salloc: job 16714523 has been allocated resources
salloc: Granted job allocation 16714523
However, when I try to start Matlab on another terminal (as it used to work before)
[benis@login1 ~]$ ssh -Y node192
Last login: Fri May 17 12:47:36 2019 from login1.cluster
Installed: Fri May 3 16:37:50 CEST 2019
[benis@node192 ~]$ module load matlab
[benis@node192 ~]$ matlab &
I get an error:
X11 connection rejected because of wrong authentication.
MATLAB is selecting SOFTWARE OPENGL rendering.
X11 connection rejected because of wrong authentication.
It is then stuck and matlab never starts.
Is there a way to solve this problem ?