-
Notifications
You must be signed in to change notification settings - Fork 1
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>