[OMPI devel] Open MPI 2.0.4rc2 available for testing

2017-11-01 Thread Howard Pritchard
HI Folks,

We decided to roll an rc2 to pick up a PMIx fix:

- Fix an issue with visibility of functions defined in the built-in PMIx.
  Thanks to Siegmar Gross for reporting this issue.

Tarballs can be found at the usual place

https://www.open-mpi.org/software/ompi/v2.0/

Thanks,

Your Open MPI release team
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

Re: [OMPI devel] how to disable memory/patcher build ?

2017-11-01 Thread Marco Atzeri

On 31/10/2017 08:50, Gilles Gouaillardet wrote:

Marco,


can you please give the attached patch a try ?
so far, it compiles for me.


thanks Gilles,
it works

btw, i faced some issues (conflicting definitions between windows.h and 
netdb.h),


did you need some patches in order to solve these issues ?


attached the one I used

 
Cheers,

Gilles


Regards
Marco


--- origsrc/openmpi-2.1.2/opal/mca/event/libevent2022/libevent/event.h  
2017-05-10 17:40:49.0 +0200
+++ src/openmpi-2.1.2/opal/mca/event/libevent2022/libevent/event.h  
2017-09-28 20:15:47.546805000 +0200
@@ -56,7 +56,7 @@ extern "C" {
 /* For int types. */
 #include 
 
-#ifdef WIN32
+#if defined(WIN32) && !defined(__CYGWIN__)
 #ifndef WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN
 #endif
--- origsrc/openmpi-2.1.2/opal/mca/event/libevent2022/libevent2022.h
2017-05-10 17:41:36.0 +0200
+++ src/openmpi-2.1.2/opal/mca/event/libevent2022/libevent2022.h
2017-09-28 20:16:31.344082400 +0200
@@ -25,7 +25,7 @@
 #include 
 #endif
 
-#ifdef WIN32
+#if defined(WIN32) && !defined(__CYGWIN__)
 #define WIN32_LEAN_AND_MEAN
 #include 
 #undef WIN32_LEAN_AND_MEAN
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel

[OMPI devel] 3.0 / 3.1 Pull Requests caught up?

2017-11-01 Thread Barrett, Brian via devel
All -

I think we’re finally caught up on pull requests for the 3.0 and 3.1 release.  
There are a small number of PRs against both branches waiting for code reviews, 
but otherwise everything has been committed.  If I somehow missed something, 
first please make sure it has a “Target: ” label on it, and second 
please let me know.

We ran into some Jenkins difficulties with the ompio patch series for 3.1, but 
merged those in this morning.  I’ll probably cut 3.0.1 and 3.1.0 rc tarballs 
tomorrow morning off of tonight’s nightly builds, assuming MTT looks reasonable.

Brian
___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel