In slurmd suspend, fix job id record
Array of active job suspend IDs was using -1 to indicated empty slots in the array, but the array was of type uint32_t. Cray might have noted a problem in this.
Please register or sign in to comment
Array of active job suspend IDs was using -1 to indicated empty slots in the array, but the array was of type uint32_t. Cray might have noted a problem in this.