From: Ger ry <ran...@gm...> - 2020-08-25 19:30:43
|
Hello everyone, Since the problem that i was dealing with has been solved i would like to post this because my previous mails may be confusing for other users. The problem was that at first i didn't use --prefix=/usr/local/libmesh and also i didn't run make install and fixed the paths in the makefile of my application to libmesh/contrib/bin/.. etc. and spoiled other paths in this folder too. So now that i deleted everything and started configuration and installation from the beginning everything works fine. The make file template in the link https://gist.github.com/jwpeterson/24bda483b26db5a5759d and the one found the contrib/utils folder that is also used here https://github.com/CalebPhillips5/ABM_Ang <https://github.com/CalebPhillips5/ABM_Ang> work fine. (In the second one, i set tthe paths to: LIBMESH_DIR ?= /usr/local/libmesh/lib # include the library options determined by configure include /usr/local/libmesh/Make.common) John Peterson, thank you very much for your guidance and patience. |