Re: [slurm-users] Limiting number of *cores* used by each user in a partition

2020-04-06 Thread Loris Bennett
Dear Manuel, "Holtgrewe, Manuel" writes: > Dear all, > > I would like to limit the number of cores used in by each user in a partition. > > Is this possible? You can do it by modifying your default QOS, e.g. sacctmgr modify qos normal set maxtresperuser=cpu=100 or by setting the limit for a

[slurm-users] Limiting number of *cores* used by each user in a partition

2020-04-06 Thread Holtgrewe, Manuel
Dear all, I would like to limit the number of cores used in by each user in a partition. Is this possible? Thanks, -- Dr. Manuel Holtgrewe, Dipl.-Inform. Bioinformatician Core Unit Bioinformatics – CUBI Berlin Institute of Health / Max Delbrück Center for Molecular Medicine in the Helmholtz As

Re: [slurm-users] Nodelist dependent environment setup ?

2020-04-06 Thread Bas van der Vlies
we have solve this with a symbolic link to the optimized libraries on the node, eg: * /sw/arch ---> sara/eb/AVX2 * /sw/arch --> sara/eb/AVX512 and make use of '/sara/sw' in our module files. regards On 04/04/2020 19:36, Sajid Ali wrote: Answering my own question so that it may serve as a