Message167404
> Try with an initial value of ncpus=1.
Well, I've tried and it works:
>>> os.sched_getaffinity(0)
{0, 1, 2, 3}
> I don't know if CPU_SETSIZE is part of the standard (POSIX?).
These are Linux-specific functions. |
|
Date |
User |
Action |
Args |
2012-08-04 13:03:11 | pitrou | set | recipients:
+ pitrou, georg.brandl, amaury.forgeotdarc, vstinner, giampaolo.rodola, benjamin.peterson, anacrolix, neologix, rosslagerwall, python-dev |
2012-08-04 13:03:11 | pitrou | set | messageid: <1344085391.34.0.374671131855.issue12655@psf.upfronthosting.co.za> |
2012-08-04 13:03:10 | pitrou | link | issue12655 messages |
2012-08-04 13:03:10 | pitrou | create | |
|