bgog...@osl.iu.edu wrote: > Author: bgoglin > Date: 2010-03-07 13:38:39 EST (Sun, 07 Mar 2010) > New Revision: 1809 > URL: https://svn.open-mpi.org/trac/hwloc/changeset/1809 > > Log: > hwloc-mask: display physical indexes for --proc/nodelist if --physical is > given >
I wonder if we should rename (or symlink) hwloc-mask since it does much more than combining cpuset strings, and "mask" isn't such a good name. For the record, it accepts as input: * cpusets * object tuples * all the above with binary operators and it may output: * cpuset * list of processor included (convenient for numactl --physcpubind or taskset) * list of numa node near (convenient for numactl --cpubind --membind) (and tuples in the future when I'll have time) Maybe hwloc-convert or hwloc-combine ? Brice