[slurm-users] Multiple accounts/partitions for a user

Mahmood Naderan mahmood.nt at gmail.com
Thu May 10 08:59:18 MDT 2018


Hi
Is it possible to assign a user to two partitions/accounts? I did
that. But the sbatch isn't able to submit the job.

[mahmood at rocks7 ~]$ cat slurm.sh
#!/bin/bash
#SBATCH --output=test.out
#SBATCH --job-name=test
#SBATCH --ntasks=6
#SBATCH --partition=PLAN1
#SBATCH --mem=8G
mpirun /share/apps/mechanic/lammps-16Mar18/src/lmp_mpi < in.lj
[mahmood at rocks7 ~]$ sacctmgr list association
format=account,user,partition | grep mahmood
       em1    mahmood    plan1
   monthly    mahmood    plan2
[mahmood at rocks7 ~]$ sbatch slurm.sh
sbatch: error: Batch job submission failed: Invalid account or
account/partition combination specified


Regards,
Mahmood



More information about the slurm-users mailing list