Re: [OMPI users] ompi_info command not working

2008-09-14 Thread Shafagh Jafer
I re-installed it and added the bin to PATH and now it is working. Thanks. --- On Sun, 9/14/08, jody wrote: From: jody Subject: Re: [OMPI users] ompi_info command not working To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Sunday, September 14, 2008, 3:17 AM Is your Open MPI bi

[OMPI users] errors returned from openmpi-1.2.7 source code

2008-09-14 Thread Shafagh Jafer
Hi, I installed openmpi-1.2.7 and tested the hello_c and ring_c examples on single and multiple node and worked fine. However, when I use openmpi with my simulator (by replacing the old mpich path with the new openmpi ) I get many errors reported from "/openMPI/openmpi-1.2.7/include/openmpi/omp

Re: [OMPI users] dumping checkpoint at customized locations

2008-09-14 Thread Josh Hursey
The document attached to the Open MPI Wiki discusses all of the MCA parameters for checkpoint/restart. http://svn.open-mpi.org/trac/ompi/wiki/ProcessFT_CR There are two ways to save checkpoint file data. I would suggest that you set these parameters in your $HOME/.openmpi/mca-params.conf f

Re: [OMPI users] MPI_sendrecv = MPI_Send+ MPI_RECV ?

2008-09-14 Thread Enrico Barausse
>Hi, >I think if you use MPI_Isend it work correctly! >test this and write me what happen! yep, that's the first thought I had myself, but in spite of being non-blocking, the Isend routine gets stuck and segmentates exactly with the same error message as before. I'm just wondering how MPI_sendrec

Re: [OMPI users] MPI_sendrecv = MPI_Send+ MPI_RECV ?

2008-09-14 Thread Enrico Barausse
sorry, I hadn't changed the subject. I'm reposting: Hi I think it's correct. what I want to to is to send a 3d array from the process 1 to process 0 =root): call MPI_Send(toroot,3,MPI_DOUBLE_PRECISION,root,n,MPI_COMM_WORLD in some other part of the code process 0 acts on the 3d array and turns i

Re: [OMPI users] users Digest, Vol 1004, Issue 1

2008-09-14 Thread Enrico Barausse
Hi I think it's correct. what I want to to is to send a 3d array from the process 1 to process 0 =root): call MPI_Send(toroot,3,MPI_DOUBLE_PRECISION,root,n,MPI_COMM_WORLD in some other part of the code process 0 acts on the 3d array and turns it into a 4d one and sends it back to process 1, which

Re: [OMPI users] ompi_info command not working

2008-09-14 Thread jody
Is your Open MPI bin directory listed in your PATH environment variable? See the FAQ: http://www.open-mpi.org/faq/?category=running#adding-ompi-to-path On Sun, Sep 14, 2008 at 6:15 AM, Shafagh Jafer wrote: > HI, > i installed openmpi-1.2.7 and ran the two examples ring_c and hello_c and > they

[OMPI users] ompi_info command not working

2008-09-14 Thread Shafagh Jafer
HI, i installed openmpi-1.2.7 and ran the two examples ring_c and hello_c and they worked fine. but i can not see any result when i issue the "ompi_info" command. Does this mean my openmpi is not configured right?? why do i get correct results from the examples then? Please help.