1
1
openmpi/opal/mca/hwloc/hwloc172/README-ompi.txt
Jeff Squyres 81afb4e18a hwloc: commit minor bug fix from hwloc git
Bring down 3aa0ed6 from the hwloc v1.7 branch: Stevens says we should
GETFD before we SETFD, so we do

cmr=v1.8.2:reviewer=rhc

This commit was SVN r31683.
2014-05-08 14:29:10 +00:00

12 строки
447 B
Plaintext

Applied the following patches from the upstream hwloc 1.7 branch after
the v1.7.2 release:
5198d4c Only include <malloc.h> if necessary
438d9ed linux/NUMA: Work around buggy NUMA node cpusets
Applied this from the upstream hwloc master, slightly modified for this
local version of v1.7 that we have:
7489287 topology-linux.c: ensure fd is marked as close-on-exec
3aa0ed6 topology-linux.c: Stevens says we should GETFD before we SETFD, so we do