Re: [hwloc-devel] Add support for PCIe drives

2015-08-31 Thread Brice Goglin
I applied a slightly different patch to v1.11 (nothing is needed in
master since the discovery logic is different and more generic).
thanks
Brice



Le 28/08/2015 21:53, Tannenbaum, Barry M a écrit :
>
> PCIe drives (like the Intel DC P3500/P3600/P3700) do not have a
> controller – they appear directly on the PCIe bus.
>
>
> support-pcie-disk.patch
>
>
> diff --git a/src/topology-linux.c b/src/topology-linux.c
> --- a/src/topology-linux.c
> +++ b/src/topology-linux.c
> @@ -4656,6 +4656,11 @@
>/* restore parent path */
>pathlen -= devicedlen;
>path[pathlen] = '\0';
> +} else if (strcmp(devicedirent->d_name, "block") == 0) {
> +  /* found a block device - lookup block class for real */
> +  res += hwloc_linux_class_readdir(backend, pcidev, path,
> +   HWLOC_OBJ_OSDEV_BLOCK, "block",
> +   hwloc_linux_block_class_fillinfos);
>  }
>}
>closedir(devicedir);
>
>
> ___
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/hwloc-devel/2015/08/4581.php



[hwloc-devel] Create success (hwloc git dev-719-gbc27776)

2015-08-31 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success.

Snapshot:   hwloc dev-719-gbc27776
Start time: Mon Aug 31 21:01:02 EDT 2015
End time:   Mon Aug 31 21:02:47 EDT 2015

Your friendly daemon,
Cyrador


[hwloc-devel] Create success (hwloc git 1.11.0-34-g0f3a657)

2015-08-31 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success.

Snapshot:   hwloc 1.11.0-34-g0f3a657
Start time: Mon Aug 31 21:03:06 EDT 2015
End time:   Mon Aug 31 21:04:36 EDT 2015

Your friendly daemon,
Cyrador