restriction - how to make mpirun only be run from PBS -


As an Administrator of HPC, I want to restrict users from running the terminal to MIPUON. But the user should be able to use the MIDI command from the PBS script. Is there any way to do that? Thanks ...

Different administrators take different perspectives on this:

  1. Using PAM is configured to allow only a few users to SSH on a host.
  2. Use something like a script from pbstools This script can be configured to kill either processes that may not be related to the active function or just can notify you.
  3. Other administrators catch only a user who does this (given that there is a lot more on the load node, jobs are running slow, etc.) and then severely punish them. So that they do not do it again. Maybe different people use it in other ways, but these are those that I come most often.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Algorithm negotiation fail SSH in Jenkins -

java - Messages from .properties file do not display UTF-8 characters -