On Tue, 21 Nov 2017, Riccardo (Jack) Lucchetti wrote:
On Tue, 21 Nov 2017, Dirk Eddelbuettel wrote:
> I _could_ change the standard build to always use openmpi. May open yet
> another can of worms, but at least it is less involved.
Would gretl_x11 work on a system without openmpi installed, or would it
complain about the missing library?
It will work OK, as will gretlcli. It's just gretlmpi that won't work
without the MPI library.
We've taken some pains to arrange this: neither gretl_x11 nor gretlcli
are linked against the MPI library; we get the required symbols at
runtime via dlopen, if they're available.
Allin