We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb3bd commit 5f9ddc8Copy full SHA for 5f9ddc8
utils/lstopo/lstopo.c
@@ -1790,6 +1790,11 @@ main (int argc, char *argv[])
1790
loutput.depth = hwloc_topology_get_depth(topology);
1791
loutput.file = NULL;
1792
1793
+ if (filename && output_format == LSTOPO_OUTPUT_WINDOW) {
1794
+ fprintf(stderr, "Output filename `%s' ignored when using graphical window output.\n",
1795
+ filename);
1796
+ }
1797
+
1798
if (output_format != LSTOPO_OUTPUT_XML) {
1799
/* there might be some xml-imported userdata in objects, add lstopo-specific userdata in front of them */
1800
lstopo_populate_userdata(hwloc_get_root_obj(topology));
0 commit comments