Ralph,
Sorry for the late reply -- I was away on vacation.
regarding your earlier question about how many processes where
involved when the memory was entirely allocated, it was only two, a
sender and a receiver. I'm still trying to pinpoint what can be
different between the standalone case and t
Hi, All,
A couple of applications that I'm using -- VASP and Charmm -- end up
"stuck" (for lack of a better word) during a waitall call after some
non-blocking send/recv action. This only happens when utilizing the
openib btl. I've followed a couple of bugs where this seemed to happen
in some pr
On Mon, 19 Jul 2010 15:24:32 -0400, Jeff Squyres wrote:
> I'm actually waiting for *1* more bug fix before we consider 1.5 "complete".
I see this going through, but would it be possible to change the size of
the _count field in ompi_status_public_t now so that this bug can be
fixed without ABI br
On Jul 21, 2010, at 7:44 AM, Philippe wrote:
> Ralph,
>
> Sorry for the late reply -- I was away on vacation.
no problem at all!
>
> regarding your earlier question about how many processes where
> involved when the memory was entirely allocated, it was only two, a
> sender and a receiver. I'
Depending on the datatype and its order in memory, the "Block,*" and "*,Block"
(which we used to call "slabs" in 3D) may be implemented by a simple
scatter/gather call in MPI. The "Block,Block" distribution is a little more
complex, but if you take advantage of MPI's derived datatypes, you may
Hey Bill,
I took a look at the documentation for MPI_Scatter(), but I noticed that you
need buffers to use it. My supervisor wasn't really happy with using
buffers, and for that reason the code that I am writing is only using
blocking routines, which will make my life a tad bit harder due to the f
We're having some problem replicating this once my patches are applied. Can you
send us your configure cmd? Just the output from "head config.log" will do for
now.
Thanks!
On Jul 20, 2010, at 9:09 AM, Grzegorz Maj wrote:
> My start script looks almost exactly the same as the one published by
>
I just built openmpi/1.4.2 with the pgi compilers against psm and verbs (we
have both sets of gear)
I noticed that after building, that psm nor any other mtl (psm is the only one
we expect) appears in ompi_info
Our configure:
./configure --prefix=/home/software/rhel5/openmpi-1.4.2/pgi-9.0
-
Mmm. Good point.
George?
On Jul 21, 2010, at 10:32 AM, Jed Brown wrote:
> On Mon, 19 Jul 2010 15:24:32 -0400, Jeff Squyres wrote:
> > I'm actually waiting for *1* more bug fix before we consider 1.5 "complete".
>
> I see this going through, but would it be possible to change the size of
> t
The MPI Standard (in my opinion) should have avoided the word "buffer". To
me, a "buffer" is something you set aside as scratch space between the
application data structures and the communication calls.
In MPI, the communication is done directly from/to the application's data
structures and th
I've got a mpi program on an 8-core box that runs in a master-slave
mode. The slaves calculate something, pass data to the master, and
then call MPI_Bcast waiting for the master to update and return some
data via a MPI_Bcast originating on the master.
One of the things the master does while th
On Wed, 21 Jul 2010 14:10:53 -0400, David Ronis wrote:
> Is there another MPI routine that polls for data and then gives up its
> time-slice?
You're probably looking for the runtime option -mca yield_when_idle 1.
This will slightly increase latency, but allows other threads to run
without competi
Hi David:
On Wed, Jul 21, 2010 at 02:10:53PM -0400, David Ronis wrote:
> I've got a mpi program on an 8-core box that runs in a master-slave
> mode. The slaves calculate something, pass data to the master, and
> then call MPI_Bcast waiting for the master to update and return some
> data via a MP
Hi Jed,
Thanks for the reply and suggestion. I tried adding -mca
yield_when_idle 1 (and later mpi_yield_when_idle 1 which is what
ompi_info reports the variable as) but it seems to have had 0 effect.
My master goes into fftw planning routines for a minute or so (I see the
threads being created),
On Wed, 21 Jul 2010 15:20:24 -0400, David Ronis wrote:
> Hi Jed,
>
> Thanks for the reply and suggestion. I tried adding -mca
> yield_when_idle 1 (and later mpi_yield_when_idle 1 which is what
> ompi_info reports the variable as) but it seems to have had 0 effect.
> My master goes into fftw plan
I'm running linux (slackware 12.2), openmpi 1.4.2 and fftw3 3.2.4.
As to the planner always running in parallel, I suspect it isn't. It's
trying to optimize the split up the fft computation between different
codelets and different numbers of threads (including none). It tries
something and meas
On Jul 21, 2010, at 2:54 PM CDT, Jed Brown wrote:
> On Wed, 21 Jul 2010 15:20:24 -0400, David Ronis wrote:
>> Hi Jed,
>>
>> Thanks for the reply and suggestion. I tried adding -mca
>> yield_when_idle 1 (and later mpi_yield_when_idle 1 which is what
>> ompi_info reports the variable as) but it s
Hi all:
I'm using openmpi-1.4.2. I need to run pvserver(a mpi program of
paraview) in a cluster. I have Mac OS X 10.6.4 in all my hosts and in
the server. I had configure ssh
with no password.
I try tu run pvserver (The paraview server) in a cluster, using the next
comand:
$ mpirun --hostfile m
Sorry - the cmd line option you are looking for was changed to avoid confusion.
It is now --leave-session-attached
HTH
Ralph
On Jul 21, 2010, at 4:15 PM, Juan Francisco Alvarez Urquijo wrote:
> Hi all:
>
> I'm using openmpi-1.4.2. I need to run pvserver(a mpi program of paraview) in
> a clus
Thank you very much RALPH I've tried and it worked perfectly.
I owe you one ;) ;)
Now i have one more question:
How could i reply to a Question. I need to login into openmpi mailing list
and then reply? Because I send a new mail.
Regards.
Juan Francisco Alvarez Urquijo
ESCOM-IPN Mexico
Simply reply to the email that was sent to you by the answerer of the
question. Don't worry, I'm new to mailing lists as well.
Alex
On Wed, Jul 21, 2010 at 7:12 PM, Juan Francisco Alvarez Urquijo <
fkoner.me...@gmail.com> wrote:
>
> Thank you very much RALPH I've tried and it worked perfectly.
>
Thanks Alex, but no message is in mi inbox, I send the messages but no reply
is in my mail. Should i need to do something else??
I saw the reply by checking the mailing list archives.
Hey, I'm also replying to your email directly, so this is why for this email
you will receive it. What I think you need to do is go to
http://www.open-mpi.org/mailman/listinfo.cgi/users, enter your email where
it says Unsubscribe or edit options, and enable Mail Delivery. In the
attached picture is
You may also have it set for "digest", which means you will get a block of
messages every so often instead of receiving them as they are sent.
On Jul 21, 2010, at 5:43 PM, Alexandru Blidaru wrote:
> Hey, I'm also replying to your email directly, so this is why for this email
> you will receive
24 matches
Mail list logo