You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the code uses g_state.node_size -1 to estimate the compute process on a give node,
when GA_NUM_PROGRESS_RANKS_PER_NODE>1 this formula is wrong and should become (g_state.node_size -1)*GA_NUM_PROGRESS_RANKS_PER_NODE, instead.
Since the code uses
g_state.node_size -1to estimate the compute process on a give node,when
GA_NUM_PROGRESS_RANKS_PER_NODE>1this formula is wrong and should become(g_state.node_size -1)*GA_NUM_PROGRESS_RANKS_PER_NODE, instead.