[slurm-users] Re: Debian RPM build for arm64?

2024-06-14 Thread Christopher Harrop via slurm-users
The commands were grouped like that because they are part of a RUN in a Dockerfile. The build was happening on a Github Actions runner, so not so easy to just interactively run them one at a time. But, I'm pretty confident that it was the "debuild -b -uc -us" that failed. I have since gathere

[slurm-users] Re: slurmstepd: error: task_g_set_affinity: Operation not permitted

2024-06-14 Thread Christopher Harrop via slurm-users
I believe I have solved this. I changed the configuration to replace: TaskPlugin=task/affinity with: TaskPlugin=task/none In my case, the login node, the head node, and all of the compute nodes are running in their own containers. And docker compose is used to run all of those containers to