Hey, Jacob.
If you are installing OMPI with yum under Fedora 10, you'll get an old
1.2.4 version (that was one of my own mistakes). It is strongly
recommended to get the latest 1.3.3 version - many problems can go away.
Sincerely yours, Alexey.
On Mon, 2009-07-27 at 08:35 -0700, jacob Balthazor
E
> The strlen() function returns the number of
> characters in s.
>
> If your code worked after reboot, you were just lucky that a
> 0-character
> followed our string. The problem may appear again anytime if
>
verything should work (If I get the problem right).
>
> Dorian.
>
>
> Alexey Sokolov wrote:
> > Hi
> >
> > I'm sorry if the answer to my question is very simple, but I'm really
> > confused with this situation.
> >
> > I got a program
Hi
I'm sorry if the answer to my question is very simple, but I'm really
confused with this situation.
I got a program that now contains 1 master and 1 slave processes. Master
process sends few similar chars to the slave process with this:
for (unsigned i = 0; i < SomeVariable; i++) {
.3
>http://www.open-mpi.org/software/ompi/v1.3/
> Jody
>
>
>
> On Wed, Jul 22, 2009 at 9:17 AM, Alexey Sokolov wrote:
> > Hi
> >
> > I faced a warning "declaration ‘struct MPI::Grequest_intercept_t’ does
> > not declare anything" using openmpi
Hi
I faced a warning "declaration ‘struct MPI::Grequest_intercept_t’ does
not declare anything" using openmpi 1.2.4 (compiling under Fedora 10
with mpic++ wrapper over gcc 4.3.2) and don't know how to solve it.
Browsing the Internet i've found an advise just to ignore it, but i
don't think it is i