Hi all,
I’ve been looking into a way to automatically migrate queued jobs from one
partition to another. For example, if someone submits in partition A and must
wait for resources, move their job request to partition B and try to run, and
if they must still wait, then try partition C, etc?
Tha
After some debugging it looks like this is caused by not having the
libpam0g-dev library.
On Mar 10, 2018, at 4:05 PM, Alexander John Mamach
mailto:alex.mam...@northwestern.edu>> wrote:
I've been working on getting the Slurm pam modules compiled on Ubuntu, but
receive the me
I've been working on getting the Slurm pam modules compiled on Ubuntu, but
receive the message "make: nothing to be done for 'all'"
I noticed the makefile and documentation are trying to point at /lib/security
but on Ubuntu 16.04 pam modules are located at /lib/x86_64-linux-gnu/security.
I edit