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
numademo: Use first two nodes instead of node 0 and 1
Numademo test tries to use nodes 0 and 1 to set bitmask. This is
affecting the systems which does not have such node numbering.
E.g: available: 4 nodes (4-7)
Instead use the first two nodes of the list.
Also use the counter i to determine every 8th node (FRACT_NODE)to
run the regression tests replacing the node number.
Signed-off-by: Harish <[email protected]>
0 commit comments