Re: [Libmesh-users] small problem in example using libmesh

2020-08-19 Thread John Peterson
On Wed, Aug 19, 2020 at 11:56 AM Ger ry wrote: > In fact, i hadn't ran "make install". > I must had misinterpreted the instructions. > > now i ran make install. > and it seems successful except for some warnings like the following: > libtool: warning: > '/home/flexwork/Documents/repos/libmesh/co

Re: [Libmesh-users] small problem in example using libmesh

2020-08-19 Thread Ger ry
In fact, i hadn't ran "make install". I must had misinterpreted the instructions. now i ran make install. and it seems successful except for some warnings like the following: libtool: warning: '/home/flexwork/Documents/repos/libmesh/contrib/netcdf/v4/liblib/ libnetcdf.la' has not been installed i

Re: [Libmesh-users] small problem in example using libmesh

2020-08-19 Thread John Peterson
On Wed, Aug 19, 2020 at 7:14 AM Ger ry wrote: > I tried the path > libmesh_config := /usr/local/bin/libmesh-config > and ran > make miscellaneous_ex11.cc > and it gives the following error: > /bin/sh: 1: /usr/local/bin/libmesh-config: not found > /bin/sh: 1: /usr/local/bin/libmesh-config: not fou

Re: [Libmesh-users] small problem in example using libmesh

2020-08-19 Thread Ger ry
I tried the path libmesh_config := /usr/local/bin/libmesh-config and ran make miscellaneous_ex11.cc and it gives the following error: /bin/sh: 1: /usr/local/bin/libmesh-config: not found /bin/sh: 1: /usr/local/bin/libmesh-config: not found /bin/sh: 1: /usr/local/bin/libmesh-config: not found /bin/s

Re: [Libmesh-users] small problem in example using libmesh

2020-08-18 Thread John Peterson
On Tue, Aug 18, 2020 at 6:40 PM Ger ry wrote: > Thanks once again for your advice. > > I made two variants of the makefile that you provided, as follows: > 1) > changed the following > # installed libmesh location of libmesh-config script > libmesh_config := > /home/flexwork/Documents/repos/libme

Re: [Libmesh-users] small problem in example using libmesh

2020-08-18 Thread Ger ry
Thanks once again for your advice. I made two variants of the makefile that you provided, as follows: 1) changed the following # installed libmesh location of libmesh-config script libmesh_config := /home/flexwork/Documents/repos/libmesh/contrib/bin/libmesh-config and then ran make miscellaneous_e

Re: [Libmesh-users] small problem in example using libmesh

2020-08-18 Thread John Peterson
On Tue, Aug 18, 2020 at 2:48 PM Ger ry wrote: > Thank you very much for your response. > > Indeed i checked that libmesh is installed correctly. After ./configure and > make i ran make check. And now i ran again > > cd build/examples/introduction/introduction_ex1 > make check > > and > cd miscell

Re: [Libmesh-users] small problem in example using libmesh

2020-08-18 Thread Ger ry
Thank you very much for your response. Indeed i checked that libmesh is installed correctly. After ./configure and make i ran make check. And now i ran again cd build/examples/introduction/introduction_ex1 make check and cd miscellaneous_ex11 (in repo) make check in order to be sure and they w

Re: [Libmesh-users] small problem in example using libmesh

2020-08-18 Thread John Peterson
Hi, Did you test whether the libmesh examples are working, (e.g. assuming you are in the top level of the git repo and you followed the standard build instructions) cd build/examples/introduction/introduction_ex1 make check I would just like to confirm that libmesh was built and installed correc

[Libmesh-users] small problem in example using libmesh

2020-08-17 Thread Ger ry
Hello everyone, I would like to ask a question about a problem I am having with libmesh because I have little experience in using it and c ++ in general. After configurating and building libmesh i tried to create a small example, by copying and modifying an existing one (examples/miscellaneous ex