From 1fb0c720fed4e93f6cfd6cf709a7d7028c3f2836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 13 Jun 2021 11:29:39 +0200 Subject: Enable affinity support for non-Linux sched_getaffinity() and sched_setaffinity() are also available on BSDs. Remove the Linux restraint. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index c38818ab..121ef964 100644 --- a/README +++ b/README @@ -80,8 +80,11 @@ To install on the local system run `make install`. By default `make install` ins enable Performance Co-Pilot support via a new pcp-htop utility dependency: *libpcp* default: *no* + * `--enable-affinity`: + enable `sched_setaffinity(2)` and `sched_getaffinity(2)` for affinity support; conflicts with hwloc + default: *check* * `--enable-hwloc`: - enable hwloc support for CPU affinity; disables Linux affinity + enable hwloc support for CPU affinity; disables affinity support dependency: *libhwloc* default: *no* * `--enable-static`: @@ -113,9 +116,6 @@ To install on the local system run `make install`. By default `make install` ins * `--enable-ancient-vserver`: enable ancient VServer support (implies `--enable-vserver`) default: *no* - * `--enable-linux-affinity`: - enable Linux `sched_setaffinity(2)` and `sched_getaffinity(2)` for affinity support; conflicts with hwloc - default: *check* * `--enable-delayacct`: enable Linux delay accounting support dependencies: *pkg-config*(build-time), *libnl-3* and *libnl-genl-3* -- cgit v1.2.3