Hi

My the very same `sbatch` script gave error after `sbatch submit.sh`:

*Error message: *

sbatch: error: Batch job submission failed: Invalid account or
account/partition combination specified

*submit.sh:*

#!/bin/bash#
SBATCH --nodes=3-3
#SBATCH --ntasks=3
#SBATCH -t 10:00:0
#SBATCH --output=slurm-%j.out
#SBATCH --error=slurm-%j.err
#SBATCH --mem 3000
mpirun ./out 3

Also it does not matter if I add account and partition:

#SBATCH -A orxan_shibli
#SBATCH -p main

On frontend, I tried things like:

`sudo service slurmctld restart`
`sudo service slurmd restart`

but nothing helped.

I recently re-installed elasticluster. I haven't got this error with the
same script in previous installation. Has something changed about SLURM
configuration recently?

Regards,
Orxan

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to