On Thu, 23 Jan 2020, Marcin Błażejowski wrote:
>> bundle anonymous:
>> ncores = 4
>> mpi = 1
>> omp = 1
>> hostname = "marcin-note"
>> os = "linux"
>> omp_num_threads = 4
>> mpimax = 8
>> blas = "netlib"
>> nproc = 8
>> wordlen = 64
but:
1. ldd /usr/local/bin/gretlcli | grep blas produces: libblas.so.3 =>
/usr/lib/x86_64-linux-gnu/libblas.so.3
(which eventually ends up pointing to openblas)
A further thought:
That ("1.") seems to be the problem: the first-order symlink still
provides no information about the actual BLAS variant. I'll have to
think about how we might work around that.
Allin