I am currently trying to run MoFEM on my laptop, but with no succsess. I've installed developer version with Spack.
I am using Ubuntu 20.04 installed next to Wondows.
1. I tried to run both examples from the website for developer version. It sais that there is no such file or direcory:
sergei@sergei-N552VW:~$ cd mofem_install/mofem-cephas/mofem/users_modules/um-build-RelWithDebInfo-q5srxjr/basic_finite_elements/elasticity
sergei@sergei-N552VW:~/mofem_install/mofem-cephas/mofem/users_modules/um-build-RelWithDebInfo-q5srxjr/basic_finite_elements/elasticity$ ./elasticity -my_file LShape.h5m -my_order 2
bash: ./elasticity: No such file or directory2. I tried to run an
example from youtube as well, but terminal doesn't recognise "cubit &" command.
sergei@sergei-N552VW:~/mofem_install/mofem-cephas/mofem/users_modules/um-build-RelWithDebInfo-q5srxjr/basic_finite_elements/elasticity$ sudo cubit &
[1] 6714
sergei@sergei-N552VW:~/mofem_install/mofem-cephas/mofem/users_modules/um-build-RelWithDebInfo-q5srxjr/basic_finite_elements/elasticity$ cubit &
[2] 6743
sergei@sergei-N552VW:~/mofem_install/mofem-cephas/mofem/users_modules/basic_finite_elements/elasticity$ cubit &
[1] 6843
sergei@sergei-N552VW:~/mofem_install/mofem-cephas/mofem/users_modules/basic_finite_elements/elasticity$ cubit: command not found