[slurm-users] Re: Temporarily bypassing pam_slurm_adopt.so

2024-07-08 Thread Chris Taylor via slurm-users
On my Rocky9 cluster I got this to work fine also- Added at the end of /etc/pam.d/sshd: accountsufficientpam_listfile.so item=user sense=allow onerr=fail file=/etc/slurm/allowed_users_file accountrequired pam_slurm_adopt.so I added a couple of usernames to /etc/slurm/allowed_us

[slurm-users] Re: Temporarily bypassing pam_slurm_adopt.so

2024-07-08 Thread David Schanzenbach via slurm-users
Hi Daniel, Utilizing pam_access  with pam_slurm_adopt might be what you are looking for? https://slurm.schedmd.com/pam_slurm_adopt.html#admin_access Thanks, David On 7/8/2024 10:54 AM, Daniel L'Hommedieu via slurm-users wrote: Hi, all. We have a use case where we need to allow a group of us

[slurm-users] Temporarily bypassing pam_slurm_adopt.so

2024-07-08 Thread Daniel L'Hommedieu via slurm-users
Hi, all. We have a use case where we need to allow a group of users (members of an LDAP group, which I can easily add to a Linux group) to SSH to a compute node, without disabling pam_slurm_adopt.so. Is there a way to do this? We can add users to the sudo group, which will bypass pam_slurm_ad

[slurm-users] Re: [EXTERNAL] Can SLURM queue different jobs to start concurrently?

2024-07-08 Thread Mike Robbert via slurm-users
Dan, The requirement for varying CPU and RAM requirements sounds like it could be met with the Heterogeneous Jobs feature (https://slurm.schedmd.com/heterogeneous_jobs.html ) of Slurm. Take a look at that document and see if it meets your nee

[slurm-users] Re: Can SLURM queue different jobs to start concurrently?

2024-07-08 Thread Davide DelVento via slurm-users
I think the best way to do it would be to schedule the 10 things to be a single slurm job and then use some of the various MPMD ways (the nitty gritty details depend if each executable is serial, OpenMP, MPI or hybrid). On Mon, Jul 8, 2024 at 2:20 PM Dan Healy via slurm-users < slurm-users@lists.s

[slurm-users] Re: Can SLURM queue different jobs to start concurrently?

2024-07-08 Thread Lloyd Brown via slurm-users
I'm confused.  Why can't they just use a multi-node job, and have the job script farm out the individual tasks to the various workers through some mechanism (srun, mpirun, ssh, etc.)?  AFAIK, there's nothing preventing a job from using resources on multiple hosts.  The job just needs to have so

[slurm-users] Can SLURM queue different jobs to start concurrently?

2024-07-08 Thread Dan Healy via slurm-users
Hi there, I've received a question from an end user, which I presume the answer is "No", but would like to ask the community first. Scenario: The user wants to create a series of jobs that all need to start at the same time. Example: there are 10 different executable applications which have varyi