On Jun 13, 2012, at 06:09 , Ralph Castain wrote:
> George raised something during this morning's call that I wanted to follow-up
> on relating to improving our modex operation. I've been playing with an
> approach that sounded similar to what he suggested, and perhaps we could
> pursue it in ac
Heads up: the SSL certificates on www.open-mpi.org and svn.open-mpi.org will be
changing soon (sometime this week; exact time/date TBD).
I'm told that these new SSL certificates should no longer require the Indiana
University Computer Science CA certificate -- they should be accepted by all
maj
We've been through similar processes quite a few times, with the result we all
know today. Such a major change should not be done without thoughtful analysis,
a careful consideration of all the potential drawbacks and benefits and, of
course, the consideration of all competing approaches offerin
I'm having bad luck with the trunk starting with r26609. Basically,
things hang if I run
mpirun -H remote1,remote2 -n 2 hostname
where remote1 and remote2 are remote nodes.
See if it works with -mca orte_use_common_port 0
On Jun 19, 2012, at 8:31 PM, Eugene Loh wrote:
> I'm having bad luck with the trunk starting with r26609. Basically, things
> hang if I run
>
>mpirun -H remote1,remote2 -n 2 hostname
>
> where remote1 and remote2 are remote nodes.
> ___
Also, how did you configure this version? If you had --disable-static, then
there was a bug that would indeed cause a hang. Just committing that fix now.
On Jun 19, 2012, at 9:01 PM, Ralph Castain wrote:
> See if it works with -mca orte_use_common_port 0
>
> On Jun 19, 2012, at 8:31 PM, Eugene