File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright © 2009 CNRS
3
- * Copyright © 2009-2016 Inria. All rights reserved.
3
+ * Copyright © 2009-2017 Inria. All rights reserved.
4
4
* Copyright © 2009-2012 Université Bordeaux
5
5
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
6
6
* See COPYING in top-level directory.
@@ -1712,6 +1712,10 @@ enum hwloc_topology_flags_e {
1712
1712
* When this flag is set, each object has allowed_cpuset <= cpuset <= complete_cpuset.
1713
1713
* Otherwise allowed_cpuset = cpuset <= complete_cpuset.
1714
1714
* The same applies to nodesets.
1715
+ *
1716
+ * If the current topology is exported to XML and reimported later, this flag
1717
+ * should be set again in the reimported topology so that disallowed resources
1718
+ * are reimported as well.
1715
1719
* \hideinitializer
1716
1720
*/
1717
1721
HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM = (1UL <<0 ),
You can’t perform that action at this time.
0 commit comments