3rd question is as follows:
(3) If the message of the same condition exists in two lists or more,
an error occurs by assert(need <= found) in send_msg_details function.
I built Open MPI with "--enable-debug" configure option.
Framework : crcp
Component : bkmrk
The source
4th question is as follows:
(4) The pointer variables for information about communicator in
the ompi_crcp_bkmrk_pml_drain_message_ref_t structure and
the ompi_crcp_bkmrk_pml_traffic_message_ref_t structure
Areas which was freed by the datatype-framework is referred in bkmrk-component.
F
I noticed the following build error on the OMPI trunk (r22821) on IU's Odin
machine:
make[3]: *** No rule to make target `mpi_portable_platform.h', needed by
`all-am'. Stop.
I took a quick pass through the svn commit log and did not see anything that
would have broken this. Any thoughts on w
Josh,
In r22619 mpi_portable_platform.h.in was replaced by
mpi_portable_platform.h and Makefile.am changed accordingly.
So, my best guess is that you might just need to rerun autogen.sh or
that your checkout is somehow missing mpi_portable_platform.h
-Paul
Joshua Hursey wrote:
I noticed the
Hi Josh,
this is caused by moving mpi_portable_platform.h.in file in two steps from
ompi/include to opal/include -- in order to be used by opal_info and
orte_info.
You need to autogen.sh again after svn up to at least r22789.
Hope, this helps?
Best regards,
RAiner
On Friday 12 March 2010 04:
I think I figured it out. The error was coming from a Mercurial branch cloned
from my internal HG+SVN branch. HG previously marked "mpi_portable_platform.h"
as a file to not include in rev. control since it was auto-generated. Now that
it is not auto-generated, it needs to be included in the rev
Josh --
Do you use the contrib/hg/build-hgignore.pl script? It examines all the
svn:ignore files to build up a .hgignore file. I run this every time I svn up
on my hg+svn tree.
On Mar 12, 2010, at 3:06 PM, Joshua Hursey wrote:
> I think I figured it out. The error was coming from a Mercuria
I use it, but I only ran it once when I setup the HG+SVN. I'll start refreshing
it more frequently.
Thanks for the tip,
Josh
On Mar 12, 2010, at 6:19 PM, Jeff Squyres wrote:
> Josh --
>
> Do you use the contrib/hg/build-hgignore.pl script? It examines all the
> svn:ignore files to build up a