octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parallel make hangs


From: Dmitri A. Sergatskov
Subject: Re: parallel make hangs
Date: Wed, 22 Nov 2017 10:06:23 -0600

​Another (and perhaps) related issue with Fedora is that different libraries
are built against different blas implementations and as a result the octave gets
linked to all of them:

​ldd src/.libs/octave-cli  | grep blas
    libopenblas.so.0 => /lib64/libopenblas.so.0 (0x00007f47d28f8000)
    libopenblasp.so.0 => /lib64/libopenblasp.so.0 (0x00007f47c97fd000)
    libblas.so.3 => /lib64/libblas.so.3 (0x00007f47c95a7000)

ldd src/.libs/octave-cli  | grep atlas
    libsatlas.so.3 => /usr/lib64/atlas/libsatlas.so.3 (0x00007f2ce47a1000)

I am not 100% sure how it all work in the end, but I assume the last
linked library overwrites all previous symbols, so this *should* not be
a problem as long as all those libraries ABI compatible.

Dmitri.
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]