HWLOC-ASSEMBLER(1) | hwloc | HWLOC-ASSEMBLER(1) |
hwloc-assembler - Assemble multiple XML topologies
hwloc-assembler [options] output.xml [--name <name1>] input1.xml [--name <name2>] input2.xml ...
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 frontend for assembling remote nodes topologies without having to manually gather and transfer each of them.
To assemble two nodes topologies:
$ hwloc-assembler output.xml --name host1 host1.xml --name host2
host2.xml
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.
December 13, 2018 | 1.11.12 |