From: John P. <jwp...@gm...> - 2017-11-07 19:13:00
|
On Tue, Nov 7, 2017 at 11:05 AM, Zack Vitoh <jan...@gm...> wrote: > I don't quite understand why my libmesh-config is in > '$HOME/src/libmesh/build/contrib/bin' > > so that, I suppose, my LIBMESH_DIR is > $HOME/src/libmesh/build/contrib/ > In the Makefile I sent you $LIBMESH_DIR is meant to point to the *installed* location of libmesh, i.e. the location you specified as a --prefix while running configure. If you didn't set a --prefix, then you may have installed into the source tree, which could explain the location of your libmesh-config script... > WARNING! There are options you set that were not used! > WARNING! could be spelling mistake, etc! > Option left: name:-d value: 2 > > I am wondering why I get these warnings, though. > This is a warning from PETSc to let you know that it does not recognize those command line options. That's OK because they are libmesh command line options. -- John |