Commit Graph

2 Commits (master)

Author SHA1 Message Date
Alex Tsariounov 24a7538453 Fix Issue#3: cset fails to create cpu sets if some cpus are offline
Problem was in cset.rescan() where if certain cpus are offline the all
cpu mask turns into a complex expression.  The split of this
expression did not account for commas and thus threw an exception if
commas were present.  This patch fixes that problem and accounts for
complex cpu expression.  Also added a couple of targets to the
Makefile.
14 years ago
Alex Tsariounov 7c9c4134b3 Add prior release version 1.04 to repo. 15 years ago