Re: [OMPI users] undefined symbol: MPI_Send

2008-12-08 Thread Heitor Florido
> > Hello Tim, > > I'm using OpenMPI 1.2.8 on Linux Ubuntu 8.04 - kernel 2.4.26 > I hope can help you > > Heitor Florido > Ops... It's kernel 2.6.24 and not 2.4.26... sorry Heitor

Re: [OMPI users] undefined symbol: MPI_Send

2008-12-08 Thread Heitor Florido
Hello Tim, I'm using OpenMPI 1.2.8 on Linux Ubuntu 8.04 - kernel 2.4.26 I hope can help you Heitor Florido

Re: [OMPI users] undefined symbol: MPI_Send

2008-12-08 Thread Tim Mattox
Hello Heitor, We need more information to be able to answer your question, such as what version of Open MPI are you using, and what kind of OS/machine are you running on, and what kind of network, etc. Please follow the directions on this webpage for getting help: http://www.open-mpi.org/community/

[OMPI users] undefined symbol: MPI_Send

2008-12-08 Thread Heitor Florido
Hello, My program keeps throwing this error after I created a child process with MPI_comm_spawn: *./../../Desktop/computacaoDistribuida/src/server/server: symbol lookup error: ./../../Desktop/computacaoDistribuida/src/server/server: undefined symbol: MPI_Send* I've already used MPI_Send on other

[OMPI users] undefined symbol: MPI_Send

2008-12-08 Thread Heitor Florido
Hello, My program keeps throwing this error after I created a child process with MPI_comm_spawn: *./../../Desktop/computacaoDistribuida/src/server/server: symbol lookup error: ./../../Desktop/computacaoDistribuida/src/server/server: undefined symbol: MPI_Send* I've already used MPI_Send on other