소스 검색

note that the topology shown by starpu_machine_display uses logical indexes

Samuel Thibault 8 년 전
부모
커밋
ef524809e8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tools/starpu_machine_display.c

+ 2 - 2
tools/starpu_machine_display.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2012, 2014-2015  Université de Bordeaux
+ * Copyright (C) 2011-2012, 2014-2015, 2017  Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -157,7 +157,7 @@ int main(int argc, char **argv)
 
 	if (ret != -ENODEV)
 	{
-		fprintf(stdout, "\ntopology ...\n");
+		fprintf(stdout, "\ntopology ... (hwloc logical indexes)\n");
 		starpu_topology_print(stdout);
 
 		fprintf(stdout, "\nbandwidth and latency ...\n");