slurmd has to be run as root on the compute nodes in order to be
able to create jobs as other users.
On 03/02/2015 10:51 AM, Slurm User
wrote:
Re: ownership of output files
By the way, we do not want to run anything as
"root", obviously
On Mon, Mar 2, 2015 at 5:53 AM, Slurm
User <[email protected]>
wrote:
Hi
I attempted to run "srun --uid=JOHN id" but I still
get the id of the user who is running the slurm
daemons (slurmctld, slurmd), namely, the user "SLURM".
The problem is that all of the output files generated by
my "a.out" are being created with ownership of user
"SLURM" instead of "JOHN"
Any solution? THANKS!!