Re: [OMPI users] Installation problems

2009-07-28 Thread Alexey Sokolov
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

Re: [OMPI users] Missmatch between sent and recieved data

2009-07-27 Thread Alexey Sokolov
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 >

Re: [OMPI users] Missmatch between sent and recieved data

2009-07-27 Thread Alexey Sokolov
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

[OMPI users] Missmatch between sent and recieved data

2009-07-24 Thread Alexey Sokolov
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++) {

Re: [OMPI users] Warning: declaration ‘struct MPI::Grequest_intercept_t’ does not declare anything

2009-07-22 Thread Alexey Sokolov
.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

[OMPI users] Warning: declaration ‘struct MPI::Grequest_intercept_t’ does not declare anything

2009-07-22 Thread Alexey Sokolov
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