It appears you have 2 different SLURM installations. Those options
should work just fine in 2.3.2. From the output it appears you have one
pointing to 2.3.2 and another to an older version.
Things to look at...
What does "/usr/bin/scontrol -V" say?
What does "scontrol -V" say?
What does "which scontrol" say?
Since you get different outputs from scontrol and /usr/bin/scontrol it
seems scontrol is 2.3.2 but /usr/bin/scontrol is not.
Danny
On 03/28/12 10:50, DIAM code distribution DIAM/CDRH/FDA wrote:
Hello,
I am using slurm-llnl 2.3.2 on Ubuntu. I was able to start the
daemons and run simple jobs on CPUs and GPUs until I installed
"sview". It did not report any problems during installation, but since
then slurm has stopped working. When I do "slurm-llnl status" or any
other option for slurm-llnl, it gives the folliwng errors message
Not starting slurm-llnl for problems in the
configuration file
/etc/slurm-llnl/slurm.conf
If upgrading from version 1.2 it is recommended
that you rebuild your configuration file. Please read instructions
in /usr/share/doc/slurm-llnl/README.Debian
Otherwise use "scontrol show daemons" for more
information
$ scontrol show daemons => give output "slurmctld slurmd"
$ /usr/bin/scontrol show daemons => give error
"scontrol: error: Parsing error at unrecognized key: GresTypes
scontrol: error: Parse error in file /etc/slurm-llnl/slurm.conf line
20: "GresTypes=gpu"
scontrol: error: Parsing error at unrecognized key:
AccountingStoreJobComment
scontrol: error: Parse error in file /etc/slurm-llnl/slurm.conf line
125: "AccountingStoreJobComment=YES"
scontrol: error: Parsing error at unrecognized key: CPUs
scontrol: error: Parse error in file /etc/slurm-llnl/slurm.conf line
157: " CPUs=12 RealMemory=24148 Sockets=2 CoresPerSocket=6
ThreadsPerCore=1 State=UNKNOWN Feature="Fermi" Gres=gpu:8"
scontrol: fatal: something wrong with opening/reading conf file"
I checked on Google for this error, and someone said that the library
files under LD_LIBRARY_PATH should be the most recent. I checked for
this and my environment variables are set correctly.
Find attached my configuration file.
WHAT should I do?
thanks.