Due to a unforeseen problem with an upgrade to the Open MPI MTT
Reporter yesterday, all testing data submitted between yesterday at
9:30 am EDT to today at 9:45 am EDT was not collected by the Open MPI
MTT database. The problem was identified, and fixed this morning by
the Open MPI MTT maintainers.
The epoch and resilient rote code is now macro'd away. To enable use
--enable-resilient-orte
which defines:
ORTE_ENABLE_EPOCH
ORTE_RESIL_ORTE
--
Wesley
On Aug 26, 2011, at 6:16 PM, wbl...@osl.iu.edu wrote:
> Author: wbland
> Date: 2011-08-26 18:16:14 EDT (Fri, 26 Aug 2011)
> New Revision: 25
Hate to say this, but the trunk is broken - won't build on Mac with that
disabled. I'll try to dig into it later :-(
On Aug 26, 2011, at 4:18 PM, Wesley Bland wrote:
> The epoch and resilient rote code is now macro'd away. To enable use
>
> --enable-resilient-orte
>
> which defines:
>
> ORTE
Wesley --
I'm getting a bazillion "warning: "ORTE_ENABLE_EPOCH" is not defined" warnings.
By "bazillion", I mean:
% grep ORTE_ENABLE_EPOCH make.out | grep warning | wc -l
8695
%
Here's my configure statement on both OS X and Linux:
./configure --prefix=/tmp/bogus --disable-mpi-f77 --disab
We can't reproduce this. It compiles and runs without troubles on our macs.
However, it might depend on the Mac OS X version, we recently moved to Lion.
Thanks,
george.
On Aug 26, 2011, at 19:19 , Ralph Castain wrote:
> Hate to say this, but the trunk is broken - won't build on Mac with t
Has nothing to do with version, George - it's a problem of ORTE_ENABLE_EPOCH
not being included in an AC_DEFINE. It is solely defined via AM_CONDITIONAL,
but then used in .h files - which is simply wrong.
Please fix it.
On Aug 26, 2011, at 5:41 PM, George Bosilca wrote:
> We can't reproduce t
Strange -- I don't see where ORTE_ENABLE_EPOCH is defined at all, other than
some warnings about it not being defined in autom4te.cache (which is weird in
itself -- it means that things in configure were complaining that it wasn't
defined; but the wording might imply that it was looking for an A
Thanks George; that fixed it.
On Aug 26, 2011, at 8:16 PM, bosi...@osl.iu.edu wrote:
> Author: bosilca
> Date: 2011-08-26 20:16:21 EDT (Fri, 26 Aug 2011)
> New Revision: 25098
> URL: https://svn.open-mpi.org/trac/ompi/changeset/25098
>
> Log:
> Define ORTE_ENABLE_EPOCH and ORTE_RESIL_ORTE.
>
I see. This should be fixed in r25098. Thanks for your patience.
george.
On Aug 26, 2011, at 19:47 , Ralph Castain wrote:
> Has nothing to do with version, George - it's a problem of ORTE_ENABLE_EPOCH
> not being included in an AC_DEFINE. It is solely defined via AM_CONDITIONAL,
> but then u
Thanks! Much appreciate the help
On Aug 26, 2011, at 6:32 PM, George Bosilca wrote:
> I see. This should be fixed in r25098. Thanks for your patience.
>
> george.
>
> On Aug 26, 2011, at 19:47 , Ralph Castain wrote:
>
>> Has nothing to do with version, George - it's a problem of ORTE_ENABLE_
10 matches
Mail list logo