Re: [OMPI users] Behaviour of MPI_Cancel when using 'large' messages

2010-06-07 Thread Jovana Knezevic
t if you wrote about it on this list! Thanks in advance. Regards, Jovana Knezevic 2010/6/7 <users-requ...@open-mpi.org>: > Send users mailing list submissions to >        us...@open-mpi.org > > To subscribe or unsubscribe via the World Wide Web, visit >        http://www.open-mpi.org/m

[OMPI users] MPI_Bsend vs. MPI_Ibsend

2010-05-07 Thread Jovana Knezevic
Thank you very much, now I get it! :-) Cheers, Jovana

[OMPI users] MPI_Bsend vs. MPI_Ibsend (2)

2010-05-06 Thread Jovana Knezevic
s of the local data buffer.  But there is no > guaranty that the message has been send, so you should not reuse the send > buffer until after verifying the completion of the send via MPI_Wait() or > similar. > > In your example, since MPI_Test() won't block, you can have a problem.  

[OMPI users] MPI_Bsend vs. MPI_Ibsend

2010-05-06 Thread Jovana Knezevic
Dear all, Could anyone please clarify me the difference between MPI_Bsend and MPI_Ibsend? Or, in other words, what exactly is "blocking" in MPI_Bsend, when the data is stored in the buffer and we "return"? :-) Another, but similar, question: What about the data-buffer - when can it be reused in

Re: [OMPI users] problems with mpexec/mpirun

2009-10-12 Thread Jovana Knezevic
body 'help' to >users-requ...@open-mpi.org > > You can reach the person managing the list at >users-ow...@open-mpi.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today'

[OMPI users] problem with mpiexec/mpirun

2009-10-12 Thread Jovana Knezevic
Hello everyone! I am trying to run 11 instances of my program on 6 dual-core Opterons (it is not time-consuming application anyway, takes 10 seconds at one-core laptop :)). so, when I type: mpiexec -machinefile hostfile -n 11 ./program nothing happens! The output of: "mpdtrace -l" command

Re: [OMPI users] Problem with MPI_File_read() (2)

2009-04-15 Thread Jovana Knezevic
> > In general, files written by MPI_File_write (and friends) are only > guaranteed to be readable by MPI_File_read (and friends). So if you > have an ASCII input file, or even a binary input file, you might need > to read it in with traditional/unix file read functions and then write > it

[OMPI users] Problem with MPI_File_read() (2)

2009-04-14 Thread Jovana Knezevic
> > Hi Jovana, > > 825307441 is 0x31313131 in base 16 (hexadecimal), which is the string > `' in ASCII. MPI_File_read reads in binary values (not ASCII) just > as the standard functions read(2) and fread(3) do. > > So, your program is fine; however, your data file (first.dat) is not. > >

[OMPI users] Problem with MPI_File_read()

2009-04-14 Thread Jovana Knezevic
can't find what can be a problem anywhere in the literature, so I would really appreciate if anyone of you could check out the code below quickly and maybe give me some advice, or tell me what's wrong with it. Thanks a lot in advance. Regards, Jovana Knezevic #include #include #include void

[OMPI users] mpirun problem

2009-02-24 Thread Jovana Knezevic
Hello, I'm new to MPI, so I'm going to explain my problem in detail I'm trying to compile a simple application using mpicc (on SUSE 10.0) and run it - compilation passes well, but mpirun is the problem. So, let's say the program is called 1.c, I tried the following: mpicc -o 1 1.c (and, just

[OMPI users] mpirun problem

2009-02-23 Thread Jovana Knezevic
The description of the problem is included in Problem txt-file in the zipped attachment. Thank you. ompi_support.tar.gz Description: GNU Zip compressed data