Skip to content
Snippets Groups Projects
  • FKHals's avatar
    ea69cc96
    Implement a pre-pass-version of agent-rank-setting · ea69cc96
    FKHals authored
    which contacts the agent server, so that it can create the mapping
    between the jobid, vpid and the desired rank/vpid (since the vpid
    actually gets used as the rank) before the actual assignment takes
    place. This is necessary because the assignment must be in ascending
    order since it writes into an array of process-pointers of the current
    group which will cause problems if the first (0th) field in the array
    has not yet been initialized but another (already initialized) process
    wants to contact it.
    ea69cc96
    History
    Implement a pre-pass-version of agent-rank-setting
    FKHals authored
    which contacts the agent server, so that it can create the mapping
    between the jobid, vpid and the desired rank/vpid (since the vpid
    actually gets used as the rank) before the actual assignment takes
    place. This is necessary because the assignment must be in ascending
    order since it writes into an array of process-pointers of the current
    group which will cause problems if the first (0th) field in the array
    has not yet been initialized but another (already initialized) process
    wants to contact it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.