• Morris Jette's avatar
    Add job array hash table · ac7fabc6
    Morris Jette authored
    Previous logic would typically do list search to find job array elements.
    This commit adds two hash tables for job arrays. The first is based upon
    the "base" job ID which is common to all tasks. The second hash table
    is based upon the sum of the "base" job ID plus the task ID in the array.
    This will substantially improve performance for handling dependencies
    with job arrays.
    ac7fabc6
To find the state of this project's repository at the time of any of these versions, check out the tags.