Skip to content

Select GPU device based on MPI rank

Martti Louhivuori requested to merge mlouhivu/gpaw:setup-gpu-device into master

Uses MPI rank to assign all visible GPU devices evenly between the MPI processes. Otherwise all MPI ranks end up using the same default device.

Merge request reports