Fix deviceIdsAssigned() to return a unique list of IDs
[alexxy/gromacs.git] / src / gromacs / taskassignment / taskassignment.h
index 63cf9c54ff35c243df80a86e5f619f0147fa6a70..1267de148af9ee052d5d3bb972acd3e797667d56 100644 (file)
@@ -256,7 +256,7 @@ public:
     bool thisRankHasPmeGpuTask() const;
     //! Return whether this rank has any task running on a GPU
     bool thisRankHasAnyGpuTask() const;
-    //! Get the list of devices assigned to this node
+    //! Get the list of unique devices that have been assigned tasks on this physical node
     std::vector<int> deviceIdsAssigned() { return deviceIdsAssigned_; }
 };