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 ac0cf84 commit 06a5419Copy full SHA for 06a5419
tests/hwloc/hwloc_type_sscanf.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright © 2016-2020 Inria. All rights reserved.
+ * Copyright © 2016-2025 Inria. All rights reserved.
3
* See COPYING in top-level directory.
4
*/
5
@@ -163,6 +163,10 @@ int main(void)
163
printf("testing the local topology ...\n");
164
check_topo();
165
166
+ printf("testing synthetic topology group:2 group:2 pu:2 ...\n");
167
+ putenv((char *) "HWLOC_SYNTHETIC=group:2 group:2 pu:2");
168
+ check_topo();
169
+
170
printf("testing topology 32em64t-2n8c2t-pci-wholeio.xml ...\n");
171
putenv((char *) "HWLOC_XMLFILE=" XMLTESTDIR "/32em64t-2n8c2t-pci-wholeio.xml");
172
0 commit comments