From: John P. <jwp...@gm...> - 2018-02-16 01:26:30
|
On Tue, Feb 13, 2018 at 2:51 PM, Victor Eijkhout <eij...@ta...> wrote: > > > On Feb 13, 2018, at 2:12 PM, John Peterson <jwp...@gm...> wrote: > > I'd say you are missing a -lpython (and possibly other libraries) in your > libmesh_optional_LIBS, > > > Don’t I know it. I’ve been trying to figure out how to tell libmesh to add > it. > You use the libmesh_LDFLAGS environment variable to add *all* the libraries you need, libmesh_LDFLAGS="-L/home1/apps/intel17/impi17_0/trilinos/12.10.1//lib -lpytrilinos -lpython ..." I don't know what the "..." should be. It depends on pytrilinos. -- John |