2009/11/4 troy d. straszheim
> There is still a small issue, though, with a mpi.so library
>>
>
> That is not an error. This is the python extension for MPI. Python
> extensions are loaded by python, they don't start with 'lib'. If you add
> the directory containing mpi.so to your PYTHONPATH
Denis Arnaud wrote:
> 2009/11/4 troy d. straszheim
>
>> There is still a small issue, though, with a mpi.so library
>>>
>>
>> That is not an error. This is the python extension for MPI. Python
>> extensions are loaded by python, they don't start with 'lib'. If you add
>> the directory conta
2009/12/21 Vladimir Prus
> IIUC, mpi.so is a Python extension? If so, soname makes little sense for
> it.
> Python extensions on my system appear to have or not have soname at random.
>
Yes, mpi.so is a Python extension, that is, pulling Python (libpython2.x)
Boost.Python (libboost_python) as a