hwlocality_syntheticexport(3) | Hardware Locality (hwloc) | hwlocality_syntheticexport(3) |
hwlocality_syntheticexport
enum hwloc_topology_export_synthetic_flags_e {
HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_EXTENDED_TYPES,
HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_ATTRS }
int hwloc_topology_export_synthetic
(hwloc_topology_t topology, char *buffer, size_t buflen, unsigned
long flags)
Flags for exporting synthetic topologies. Flags to be given as a OR'ed set to hwloc_topology_export_synthetic().
Enumerator
Export the topology as a synthetic string. At most buflen characters will be written in buffer, including the terminating \0.
This exported string may be given back to hwloc_topology_set_synthetic().
flags is a OR'ed set of hwloc_topology_export_synthetic_flags_e.
Returns:
-1 if the topology could not be exported, for instance if it is not symmetric.
Note:
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.
Fri Feb 8 2019 | Version 1.11.12 |