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@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@rocks7 ~]$ sacctmgr list association format=account,user,partition | grep mahmood em1 mahmood plan1 monthly mahmood plan2 [mahmood@rocks7 ~]$ sbatch slurm.sh sbatch: error: Batch job submission failed: Invalid account or account/partition combination specified Regards, Mahmood