But what if the user knows the path to such application (let's say
python command) and executes it on the partition he/she should not be
allowed to? Is it possible through lua scripts to set constrains on
software usage such as a limited shell, for instance?
In fact, what I'd like to implement is something like a limited shell,
on a particular node for a particular partition and a particular program.
On 12/01/18 17:39, Paul Edmon wrote:
You could do this using a job_submit.lua script that inspects for that
application and routes them properly.
-Paul Edmon-
On 01/12/2018 11:31 AM, Juan A. Cordero Varelaq wrote:
Dear Community,
I have a node (20 Cores) on my HPC with two different partitions: big
(16 cores) and small (4 cores). I have installed software X on this
node, but I want only one partition to have rights to run it.
Is it then possible to restrict the execution of an specific
application to a given partition on a given node?
Thanks