Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwloc-assembler(1) [debian man page]

HWLOC-ASSEMBLER(1)						       hwloc							HWLOC-ASSEMBLER(1)

NAME
hwloc-assembler - Assemble multiple XML topologies SYNOPSIS
hwloc-assembler [options] output.xml [--name <name1>] input1.xml [--name <name2>] input2.xml ... OPTIONS
-n --name <name> Set <name> in the AssemblerName info attribute of the next input topology root to ease identification within the final global topol- ogy. -f --force Ignore errors while reading input files. -v --verbose Verbose messages. DESCRIPTION
hwloc-assembler combines the input XML topologies and exports the resulting global topologies to a new XML file. All inputs are inserting as children of the global root object. Each input topology root is annotated with info attributes before insertion. AssemblerIndex is set to the index within the list of inputs. AssemblerName is set to the name given with --name if any. hwloc-assembler-remote offers a fron- tend for assembling remote nodes topologies without having to manually gather and transfer each of them. EXAMPLES
To assemble two nodes topologies: $ hwloc-assembler output.xml --name host1 host1.xml --name host2 host2.xml RETURN VALUE
Upon successful execution, hwloc-assembler returns 0. hwloc-assembler will return nonzero if any kind of error occurs, such as (but not limited to) failure to parse the command line. SEE ALSO
hwloc(7), lstopo(1), hwloc-assembler-remote(1) 1.4.1 Feb 27, 2012 HWLOC-ASSEMBLER(1)

Check Out this Related Man Page

HWLOC-ANNOTATE(1)						       hwloc							 HWLOC-ANNOTATE(1)

NAME
hwloc-annotate - Add info attributes to a XML topology SYNOPSIS
hwloc-annotate [options] <input.xml> <output.xml> <location> <mode> <annotation> OPTIONS
--ci Clear the existing info attributes in the target objects before annotating. If no new annotation has to be added after clearing, mode should be set to none. DESCRIPTION
hwloc-annotate loads a topology from a XML file, adds some annotations, and export the resulting topology to another XML file. The input and output files may be the same. The annotation may be string info attributes. This is specified by the mode: info <name> <value> Specifies a new string info attribute whose name is name and value is value. none No new annotation is added. This is useful when clearing existing attributes. Annotations may be added to one specific object in the topology, all of them, or all of a given type. This is specified by the location: all annotates all objects in the topology. root annotates the root object of the topology. <type>:all annotates all objects of the given type. <type>:<index> annotates the object of the given type and index. The index is logical. NOTE: The existing annotations may be listed with hwloc-info. NOTE: It is highly recommended that you read the hwloc(7) overview page before reading this man page. Most of the concepts described in hwloc(7) directly apply to the hwloc-annotate utility. EXAMPLES
hwloc-annotate's operation is best described through several examples. Add an info attribute to all Core objects: $ hwloc-annotate input.xml output.xml Core:all infoname infovalue Add an info attribute to the root object of the topology and modify the input XML directly: $ hwloc-annotate file.xml file.xml root infoname infovalue RETURN VALUE
Upon successful execution, hwloc-annotate generates the output topology. The return value is 0. hwloc-annotate will return nonzero if any kind of error occurs, such as (but not limited to) failure to parse the command line. SEE ALSO
hwloc(7), lstopo(1), hwloc-info(1) 1.7 Apr 07, 2013 HWLOC-ANNOTATE(1)
Man Page