WillNilges / clobber

A service for determining if GPUs are in use
2 stars 1 forks source link

Daemonize #3

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

Allow Clobber to run continuously in the background so it can detect when GPU processes spin up,

WillNilges commented 1 year ago

When it detects a process on the GPU, it will check the user, then create a user lock for that GPU, so that only that user is allowed to run processes on that GPU. If a process is spun up on that GPU that does not belong to the user, it will be killed, and whomever started that process will be notified.