We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e82e69 commit c1d80ccCopy full SHA for c1d80cc
tests/hwloc/hwloc_type_sscanf.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright © 2016-2024 Inria. All rights reserved.
+ * Copyright © 2016-2025 Inria. All rights reserved.
3
* See COPYING in top-level directory.
4
*/
5
@@ -249,6 +249,10 @@ int main(void)
249
printf("testing the local topology ...\n");
250
check_topo();
251
252
+ printf("testing synthetic topology group:2 group:2 pu:2 ...\n");
253
+ putenv((char *) "HWLOC_SYNTHETIC=group:2 group:2 pu:2");
254
+ check_topo();
255
+
256
printf("testing topology 32em64t-2n8c2t-pci-wholeio.xml ...\n");
257
putenv((char *) "HWLOC_XMLFILE=" XMLTESTDIR "/32em64t-2n8c2t-pci-wholeio.xml");
258
0 commit comments