2013/10/16 Carles Fenoy <mini...@gmail.com> > Can you make stata to not detach from its parent process? As it is > returning srun is killing all remaining unowned processes > > There is no option to do that, I'm afraid. What is strange is that it "used to be working". But I have upgraded SLURM and Stata, so I have no idea what have changed. Anyway as it is to do interactive work, I'll explain the users to do an salloc like that: salloc -n1 -c 16 --partition=parallel --time=05:00:00 srun -n1 -N1 --pty $SHELL and then to launch xstata-mp
> > -- > -- > Carles Fenoy >