- 25 Apr, 2019 40 commits
-
-
Morris Jette authored
Bug 6252
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 6440
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 6440
-
Morris Jette authored
Reported by CLANG
-
Morris Jette authored
This shouldn't happen in practice, but fixes CLANG error
-
Morris Jette authored
-
Morris Jette authored
The field requires an argument, but CLANG assumes none...
-
Morris Jette authored
Error reported by CLANG
-
Morris Jette authored
-
Morris Jette authored
Reported by CLANG
-
Morris Jette authored
Reported by CLANG
-
Morris Jette authored
-
Morris Jette authored
Previous logic would not detect lack of "processor" ID or problem parsing "physical id". This logs the problem as an error.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Link to build, add site_factor/none as the default (null) plugin. Connect in to priority_multifactor plugin. Note that the job_write_lock acquisition in _decay_thread() is promoted one level to protect both the fair tree use of it alongside the new site_factor plugin. As fair_tree has been made the default, I felt it was better to handle it this way, rather than have site_factor reacquire the locks right after fair_tree dropped them. For sites running without fair_tree, this does represent a minor drop in potential concurrency. Bug 5202.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Ensure the file has been create with the appropriate length before mmap()'ing the buffer.
-
Tim Wickberg authored
This was a false-positive in Coverity, and extending the mmap() to silence that warning is incorrect. This reverts commit ac5d85d5.
-
Tim Wickberg authored
HAVE_NATIVE_CRAY is equivalent at this point.
-
Tim Wickberg authored
HAVE_REAL_CRAY is equivalent to HAVE_NATIVE_CRAY at this point.
-
Tim Wickberg authored
One level up - src/plugins/proctrack/Makefile.am - will only build proctrack/cray if HAVE_NATIVE_CRAY is set, so this test against HAVE_REAL_CRAY is redundant.
-
Tim Wickberg authored
-
Tim Wickberg authored
Cray Aries systems do not run with --enable-frontend, so this is redundant. (But was previously relevant for Cray ALPS support.)
-
Morris Jette authored
Coverity CID 45153
-
Morris Jette authored
Coverity CID 45163
-
Morris Jette authored
Coverity CID 45162
-
Morris Jette authored
This eliminates code that's dead on non-cray systems Coverity CID 44818
-
Morris Jette authored
Check for negative index
-
Morris Jette authored
Add "return" after "fatal()" to avoid error Coverity CID 45267
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 187084
-