[OMPI users] Why do I only see 1 process running? Please help!

2009-04-17 Thread Grady Laksmono
Hi, here's what I have: *hello_cxx example *[hpc@localhost examples]$ mpirun -n 2 hello_cxx hello_cxx: Symbol `_ZN3MPI10COMM_WORLDE' has different size in shared object, co nsider re-linking hello_cxx: Symbol `_ZN3MPI10COMM_WORLDE' has different size in shared object, co nsider re-linking Hello, w

Re: [OMPI users] Why do I only see 1 process running? Please help!

2009-04-21 Thread Grady Laksmono
; that your examples are compiled against the same version of Open MPI that > you're running with. > > > On Apr 17, 2009, at 5:38 PM, Grady Laksmono wrote: > > Hi, here's what I have: >> >> hello_cxx example >> [hpc@localhost examples]$ mpirun -n 2 hello