On Thu, 28 Feb 2008, Gleb Natapov wrote:
> The trick is to call progress only from functions that are called
> directly by a user process. Never call progress from a callback functions.
> The main offenders of this rule are calls to OMPI_FREE_LIST_WAIT(). They
> should be changed to OMPI_FREE_LIST
Hi Daniel --
PSM should determine your node setup and enable shared contexts
accordingly, but it looks like something isn't working right. You
can apply the patch I've attached to this e-mail and things should
work again.
However, it would be useful to identify what's going wrong. C
The words 'eager', 'rendezvous' or 'credit' have a specific resonance
only for implementors and i think it's correct that the MPI
specification sidestep these words since they are artifacts of
implementation.
All implementations make their own guarantees and run into their own
different limitation
On Fri, 01 Feb 2008, Keith Hellman wrote:
> I'm working on a rather eccentric application of openmpi. Is there
> any way to dynamically change the information obtained from the
> machine or hosts file provided on the command line to mpirun?
>
> Perhaps something like:
> MPI_Reread_Hosts( cons
By using non-blocking communications, you choose to expose separate
initiation and synchronization MPI calls such that an MPI
implementation is free to schedule the communication in any way it
wants between these two points (while retaining MPI semantics). At
your advantage, this may mea
How about a hostfile such as
% cat -n ~/tmp/hostfile
1 node0
2 node0
3 node1
4 node0
5 node1
6 node1
Looks like the function to express the mapping is not anything simple. If it's
an expressible function but too complicated for open mpi, you'll have to make
yo
Hi Mostyn,
On Tue, 24 Apr 2007, Mostyn Lewis wrote:
> Well, I'm sorry to have caused even a smidgen of grief here.
> I moved aside the *paffinity_linux* module and la and it still
> bound. I was using InfiniPath HCAs and beta software and eventually found
> (sigh) a variable to stop the affine -
PSM depends on InfiniPath 2.0, to be released in early November. We
are currently packaging psm.h as part of the infinipath-devel rpm.
cheers,
. . christian
On Tue, 31 Oct 2006, Mike Aho wrote:
> Jeff, Thank you for moving this over to the right place. If you look
> inside mtl_psm.h, t