Have you disabled firewalls between these machines?
> On May 3, 2016, at 11:26 AM, jody wrote:
>
> ...my bad!
>
> I had set up things so that PATH and LD_LIBRARY_PATH were correct in
> interactive mode,
> but they were wrong ssh was called non-interactively.
>
> Now i have a new problem:
> Wh
...my bad!
I had set up things so that PATH and LD_LIBRARY_PATH were correct in
interactive mode,
but they were wrong ssh was called non-interactively.
Now i have a new problem:
When i do
mpirun -np 6 --hostfile krakenhosts hostname
from triops, sometimes it seems to hang (i.e. no output, doesn
John Hearns writes:
> May I ask though - what is the purpose of your cluster?
> If you are using Ubunutu, have you looked at Qlustar?
> https://www.qlustar.com/
> Might save you a whole lot of heartache!
Well, proprietary cluster management systems have only given me grief
until I've replaced th
George Bosilca writes:
>> On Apr 25, 2016, at 11:33 , Dave Love wrote:
>>
>> George Bosilca writes:
>>> I have recently reshuffled the tuned module to move all the algorithms
>>> in the base and therefore make them available to other collective
>>> modules (the code is available in master and
Have you verified that you are running the same version of Open MPI on both
servers when launched from non-interactive logins?
This kind of error is somewhat typical if you accidentally mixed, for example,
Open MPI v1.6.x and v1.10.2 (i.e., v1.10.2 understands the --hnp-topo-sig back
end option
Hi
I have installed Open MPI v 1.10.2 on two machines today using only the
prefix-option for configure, and then doing 'make all install'.
On both machines i changed .bashrc to set PATH and LD_LIBRARY_PATH
correctly.
(I checked by running 'mpirun --version' and verifying that the output does
indee
Thank you! I have set up my env paths at the end of the script and thanks
to you I just noticed that at the beginning of the bashrc script there's a
simple IF that returns when it's opened as non-interactive. I moved my
exports above it and it finally works. Again, thank you very much.
2016-05-03