start_tmux.sh: remove double-checking for existing shm segments#15214
start_tmux.sh: remove double-checking for existing shm segments#15214ehellbar merged 1 commit intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
the shm segment check is already done here , taking into account the possibility of segments from the shm-manager |
|
This was added by @ChSonnabend , since he said the test failed for him due to existing files. |
Not sure anymore. I remember having some issues otherwise I wouldn't have added it. Fine for me if we comment it out and see if the issue reappears |
|
for me, the original check works. Keep in mind that you will not see the existing shm segments when you are in a slurm shell, so when running in a slurm shell and checking for existing segments in a ssh shell, it might lead to wrong conclusions. |
Yes that's clear. Ok if the old check works then you can remove my check. |
No description provided.