- 16 Aug, 2018 7 commits
-
-
Brian Christiansen authored
In 18.08, VMSIZE is stored as bytes and not kilos anymore. Related commit: c9448c80
-
Brian Christiansen authored
Since cputime isn't stored a double anymore, but as a uin64_t, the cputime is adjusted so that precision isn't lost. Related commit: efc161ef
-
Brian Christiansen authored
In 18.08, the stats are stored in TRES arrays and uses the slurmdb_find_tres_count_in_string() function to return the TRES value. If a value doesn't exist, the function returns INFINITE64. But < 18.08 is expecting NO_VAL values. e.g. A TRES position of INFINTE caused a lappy0 node to be shown -- I don't have a lappy0. brian@lappy:~/slurm/master/lappy$ sacct -j 232809 -o MaxVMSizeNode MaxVMSizeNode -------------- lappy0
-
Brian Christiansen authored
In 18.08, the usage is stored in a TRES arrays and uses the slurmdb_find_tres_count_in_string() function to return the TRES value. If a value doesn't exist, the function returns INFINITE64. But < 18.08 is expecting NO_VAL values.
-
Danny Auble authored
-
Danny Auble authored
Turns out if you don't close up everything you open the hdf5 lib doesn't like that.
-
Danny Auble authored
Fixs regression in 011b2f23.
-
- 15 Aug, 2018 13 commits
-
-
Tim Wickberg authored
Alphabetize target list while here.
-
Danny Auble authored
Bug 4918
-
Danny Auble authored
-
Alejandro Sanchez authored
Bug 5557.
-
Danny Auble authored
# Conflicts: # src/srun/libsrun/opt.c Made modifications as given in attachment 7582 bug 5547
-
Morris Jette authored
avoid copying strings that may be overwritten. Bug 5547
-
Tim Wickberg authored
This has been the default for slurm.conf since 2008, make it the default for slurmdbd.conf now.
-
Danny Auble authored
It turns out it is fairly easy with het jobs to hit this and seg fault srun. Bug 5390
-
Danny Auble authored
Bug 5564
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
doesn't exist yet (seg fault), and will get blown away in a few lines when _build_bitmaps() is called. That function should set things up correctly anyway.
-
- 14 Aug, 2018 17 commits
-
-
Danny Auble authored
(it was ever only called from read_config.c)
-
Alejandro Sanchez authored
Bug 5547.
-
Alejandro Sanchez authored
Bug 5547.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
in the step record for usage. Bug 5557
-
Brian Christiansen authored
CID 187635
-
Dominik Bartkiewicz authored
Bug 5094
-
Brian Christiansen authored
-
Danny Auble authored
Continuation of commit aab9c311
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Felip Moll authored
Bug 5453
-
Tim Wickberg authored
-
Tim Wickberg authored
Causes srun and sattach to fail on big endian platforms. Bug 5556
-
Tim Wickberg authored
Wrong author. This reverts commit 392e7cfc.
-
- 13 Aug, 2018 3 commits
-
-
Isaac Hartung authored
a job with scontrol. Bug 4964
-
Danny Auble authored
instead of an int for protocol_version. Continuation of 392e7cfc Bug 5556
-
Danny Auble authored
Bug 5556
-