You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install MESH on my dual boot Ubuntu OS.
I have installed the prerequisites packages including, Blas, Lapack, Lua, and python (both 2.7 and 3.1 versions). Here is shown that I have installed those packages successfully:
sina@sina:/usr/local/lib$ cd /usr/local/lib
sina@sina:/usr/local/lib$ ls
libblas.a liblapack.a liblua.a lua python2.7 python3.10
Then I went for MESH and used " make -f Makefile.without_lua" and could generate static MESH library called libmesh.a in build/ folder. However, trying to continue installation by using "make mesh" I got this message:
"make: *** No rule to make target 'mesh'. Stop".
I also tried "make meshMPI" but I got this message:
"make: mpic++: No such file or directory
make: *** [Makefile.common:64: build/MESH_o/main_lua_mpi.o] Error 127"
Could anyone please help me with the installation?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to install MESH on my dual boot Ubuntu OS.
I have installed the prerequisites packages including, Blas, Lapack, Lua, and python (both 2.7 and 3.1 versions). Here is shown that I have installed those packages successfully:
sina@sina:/usr/local/lib$ cd /usr/local/lib
sina@sina:/usr/local/lib$ ls
libblas.a liblapack.a liblua.a lua python2.7 python3.10
Then I went for MESH and used " make -f Makefile.without_lua" and could generate static MESH library called libmesh.a in build/ folder. However, trying to continue installation by using "make mesh" I got this message:
"make: *** No rule to make target 'mesh'. Stop".
I also tried "make meshMPI" but I got this message:
"make: mpic++: No such file or directory
make: *** [Makefile.common:64: build/MESH_o/main_lua_mpi.o] Error 127"
Could anyone please help me with the installation?
Thanks.
The text was updated successfully, but these errors were encountered: