I'm running a GNU Parallel command on a screen session. Unfortunately, I did not put an "&" at the end of the command to push it to the background. Hence I do not have access to the command line on my screen session.
I would like to TERMINATE parallel so that it stops creating new jobs but finishes currently running ones. I will need to do so outside the screen, but I don't think screen -X will work because the screen's command line isn't accepting new commands.
Thanks!