Summary: | matplotlib issues / rapid consecutive x11 connections fails | ||
---|---|---|---|
Product: | Slurm | Reporter: | Jonas Stare <jonst> |
Component: | slurmd | Assignee: | Connor <connor> |
Status: | OPEN --- | QA Contact: | |
Severity: | 4 - Minor Issue | ||
Priority: | --- | ||
Version: | 23.11.10 | ||
Hardware: | Linux | ||
OS: | Linux | ||
Site: | SNIC | Alineos Sites: | --- |
Atos/Eviden Sites: | --- | Confidential Site: | --- |
Coreweave sites: | --- | Cray Sites: | --- |
DS9 clusters: | --- | HPCnow Sites: | --- |
HPE Sites: | --- | IBM Sites: | --- |
NOAA SIte: | --- | NoveTech Sites: | --- |
Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
Recursion Pharma Sites: | --- | SFW Sites: | --- |
SNIC sites: | NSC | Tzag Elita Sites: | --- |
Linux Distro: | --- | Machine Name: | |
CLE Version: | Version Fixed: | ||
Target Release: | --- | DevPrio: | --- |
Emory-Cloud Sites: | --- | ||
Attachments: | xtest.c |
Description
Jonas Stare
2025-03-25 06:59:30 MDT
Created attachment 41254 [details]
xtest.c
This does look like similar behavior to an on going issue with x11. I will try your example here and confirm it’s the same issue. Other users have reported issues with opening graphical matlab with srun and x11 forwarding.(https://support.schedmd.com/show_bug.cgi?id=21783) -Connor Hi, just checking if there has been any progress on this. Is there any patch (even an untested one) that we may have a look at? Hey Jonas, there has been progress on a patch. Still going through review unfortunately. I'll double check with the team if we want to share it at its current state. The other option is reverting a change that was done in the past. However depending on your workflow it could either be an issue or a non-issue. https://github.com/SchedMD/slurm/commit/ecfc7f6ff7 The patch was pushed to resolve leaking sockets for jobs that ran interactive sessions with "salloc" and opened and closed several x11 applications. However, it also causes some applications to not open at all which is the issue that brought about this ticket. If your interactive jobs that use x11 forwarding don't typically do that, reverting the patch in the link above will allow your application to run. -Connor |