[slurm-users] slurm 22.05.2 build errors

2022-09-08 Thread John Yost
Hi Everyone, I am getting the following build errors with Slurm 22.05.2: ../../../src/api/libslurm.o: In function `x11_str2flags': /storage/slurm-22.05.2/src/common/x11_util.c:66: multiple definition of `x11_str2flags' mgr.o:/storage/slurm-22.05.2/src/slurmd/slurmstepd/../../../src/common/x11_uti

[slurm-users] slurmrestd with RS256 tokens

2022-02-08 Thread John Yost
Has anyone got this to work? I have HS256 working fine, but when I try RS256 I get an error that the token is missing the kid field This is the decoded token: {'exp': 1644350831, 'iat': 1644343631, 'sub': 'slurm', 'kid': 'grm', 'alg': 'RS256'} I can see in the code where the error is being throw

[slurm-users] build slurm-client

2022-01-19 Thread John Yost
Hi Everyone, I want to build a skinny version of Slurm that just has the client libraries as detailed here . Has anyone built Slurm where only these programs are installed: /usr/bin/sacct /usr/bin/sacctmgr /usr/bin/salloc /usr/bin/s

[slurm-users] strigger being called but program not executing (take 2)

2022-01-18 Thread John Yost
whoops, I guess images are not supported, sorry about that! Here's what i am seeing: $ sbatch simple.slurm Submitted batch job 523 $ strigger --set --jobid=523 --fini --program=/bin/echo "job complete" >> /tmp/trigger.txt $ strigger --get --jobid=523 TRIG_ID RES_TYPE RES_ID TYPE

[slurm-users] strigger being called but program not executing

2022-01-18 Thread John Yost
Hi Everyone, Trying to use strigger and, while the trigger is executed as expected, the program I've defined to be triggered does not run. The strigger is set like this: And it is set w/out errors: The trigger is called as expected when the job finishes: But the trigger.txt file is not writ