[hwloc-devel] Create success (hwloc git 1.11.2-92-ge04c504)

2016-04-04 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc 1.11.2-92-ge04c504 Start time: Mon Apr 4 21:03:15 EDT 2016 End time: Mon Apr 4 21:04:51 EDT 2016 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc git dev-1093-g1d27fe9)

2016-04-04 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc dev-1093-g1d27fe9 Start time: Mon Apr 4 21:01:02 EDT 2016 End time: Mon Apr 4 21:02:53 EDT 2016 Your friendly daemon, Cyrador

Re: [hwloc-devel] Three patches for MSVC/ICL builds on Windows.

2016-04-04 Thread Peyton, Jonathan L
Concerning issue #2, it is how the macro checks for the declaration which I think isn't correct. The macro definition tries to get a compile failure to indicate successful detection. For example with sched_setaffinity, the _HWLOC_CHECK_DECL() macro creates a small conftest.c file which

Re: [hwloc-devel] Three patches for MSVC/ICL builds on Windows.

2016-04-04 Thread Brice Goglin
Le 04/04/2016 21:39, Peyton, Jonathan L a écrit : > > Hello everyone, > > > > I’ve been working on a build using both MSVC and the Intel Windows > compiler (ICL). These three patches allow building of hwloc + utils. > > > > 1) add-ifndef-guard-around-gnu-source.patch – this minor change only

[hwloc-devel] Three patches for MSVC/ICL builds on Windows.

2016-04-04 Thread Peyton, Jonathan L
Hello everyone, I've been working on a build using both MSVC and the Intel Windows compiler (ICL). These three patches allow building of hwloc + utils. 1) add-ifndef-guard-around-gnu-source.patch - this minor change only adds #ifndef _GNU_SOURCE inside the hwloc.m4 tests because it seems to