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
This should result in four different GPU scopes. Each scope should have one GPU and cores that are not shared with other GPU scopes. For example, there would be two GPU scopes associated with NUMA 0, the first would have half of the cores in this NUMA domain and the second would have the other half of the cores.
The text was updated successfully, but these errors were encountered:
Create a program in
tests
to test the following scenarios. Let's say we have a dual socket node with 2 GPUs per socket. We also have four MPI tasks.Scenario A:
Scenario B (assumes #104 resolved):
The text was updated successfully, but these errors were encountered: