Samuel Thibault 7 years ago
parent
commit
edf27d5384
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/workers.h

+ 2 - 2
src/core/workers.h

@@ -248,12 +248,12 @@ struct _starpu_machine_topology
 	/* custom hwloc tree*/
 	struct starpu_tree *tree;
 
-	/* Total number of CPUs, as detected by the topology code. May
+	/* Total number of CPU cores, as detected by the topology code. May
 	 * be different from the actual number of CPU workers.
 	 */
 	unsigned nhwcpus;
 
-	/* Total number of PUs, as detected by the topology code. May
+	/* Total number of PUs (i.e. threads), as detected by the topology code. May
 	 * be different from the actual number of PU workers.
 	 */
 	unsigned nhwpus;