Skip to content

Kill Processes

Saravanabalagi Ramachandran edited this page Jan 14, 2020 · 1 revision

Similar to killing processes on your own machine, just shell into the instance and kill the desired process running inside the instance.

singularity shell instance://my_instance    # Singularity Prompt: Singularity tf2.sif:~> 
ps aufx                                     # Lists all running processes
kill <PID>

Clone this wiki locally