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

2018-05-10 Thread Mahmood Naderan
Yes thank you very much. Regards, Mahmood On Thu, May 10, 2018 at 7:42 PM, Simon Flood wrote: > On 10/05/18 15:59, Mahmood Naderan wrote: > > Yes it's possible for a user to be attached to more than one account or to > an account with more than partition. > > As per the error message you hav

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

2018-05-10 Thread Simon Flood
On 10/05/18 15:59, Mahmood Naderan wrote: 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=PL

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

2018-05-10 Thread Mahmood Naderan
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/me