Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with installing MESH. #2

Open
Si1991na opened this issue Feb 19, 2023 · 1 comment
Open

Problems with installing MESH. #2

Si1991na opened this issue Feb 19, 2023 · 1 comment

Comments

@Si1991na
Copy link

Si1991na commented Feb 19, 2023

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.

@kfrancischen
Copy link
Owner

For the first error message, could you try make mesh instead?

For the second issue, you might need to install openmpi first before installing meshMPI.

Beset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants