- 03 Feb, 2017 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Remove a couple of unnecesaary fatal() calls and remove some other unnecessary logic.
-
Morris Jette authored
This would not really be a fatal condition (although we would eventually exhaust memory
-
Morris Jette authored
This would not really be a fatal condition
-
Morris Jette authored
bit_alloc() will abort if the malloc fails
-
Morris Jette authored
-
Morris Jette authored
All of these fatal conditions are already handled by xmalloc()
-
Morris Jette authored
-
- 02 Feb, 2017 18 commits
-
-
Morris Jette authored
These were false positive error reports, but should go away now.
-
Morris Jette authored
-
Morris Jette authored
These are all false positives, but code will remove the Coverity error reports
-
Morris Jette authored
Add upper bounds to elimate "Untrusted loop bound" errors.
-
Brian Christiansen authored
-
Brian Christiansen authored
Passes the client's origin cluster name to the controller. If the client's cluster name is different from the controller's cluster name it will send back the cluster and node's information for the salloc/srun to talk to. e.g. cluster1$ srun -Mcluster2 hostname
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
if present.
-
Brian Christiansen authored
Previously it was just putting the IP and the srun would check to see if slurm.conf's cluster name and the IP were the same to prevent setting the working cluster unless if needed to. But since it was was checking the cluster name and the IP it would always try to set the working cluster rec even if they were the same.
-
Morris Jette authored
See if this tactic can be used to make a bunch of Coverity errors go away.
-
Morris Jette authored
Add NO_VAL32 (same value as NO_VAL) and add INFINITE32 (same value as INFINITE) These now match the NO_VAL16, NO_VAL64, INFINITE16 and INFINITE64 value types
-
Morris Jette authored
Coverity does not recongize the getopt_long() function's required argument, so Coverity reported errors whenever a NULL optarg value resulted in an error. This change adds a bunch of tests for NULL optarg value and skips it's processing.
-
Tim Shaw authored
Bug 3406.
-
Tim Shaw authored
Bug 3122.
-
Tim Shaw authored
In preparation for Bug 3122
-
Morris Jette authored
-
Morris Jette authored
-
- 01 Feb, 2017 11 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix srun I/O race condtion to eliminate a error message that might be generated if the application exits with outstanding stdin. bug 3166
-
Morris Jette authored
-
pamxl authored
-
Morris Jette authored
-
Chansup Byun authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
-
Tim Wickberg authored
Minor style fix while in nearby lines. No functional change.
-
Dominik Bartkiewicz authored
Improve performance by looping once over the bitstring rather than three times. This also allows us to remove some temporary bitstring variables that were holding an inverted version.
-
- 31 Jan, 2017 3 commits
-
-
Danny Auble authored
# Conflicts: # META # NEWS
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # META # NEWS
-