26 Jul
2024
26 Jul
'24
10:45 a.m.
On Fri, 2024-07-26 at 10:42:45 +0300, Slurm users wrote:
Good Morning;
This is not a slurm issue. This is a default shell script feature. If you want to wait to finish until all background processes, you should use wait command after all.
Thank you - I already knew this in principle, and I also know that a login shell will complain at an attempt to exit when there are leftover background jobs. I was wondering though how Slurm's task control would react... Got to try myself, I guess... Best, S