Re: [DuMux] [DuMuX installation] Unable to install DuMuX on Ubuntu

2023-01-27 Thread Christoph Grüninger
Salut Timothé, the output looks like you modified something around your MPI (installed, uninstalled, whatever). Remove the build-cmake dir from dune-common and try again. Then CMake is going to re-detect MPI and it should work fine. Hope this helps Christoph -- L'enjeu est de bâtir la France

Re: [DuMux] [DuMuX installation] Unable to install DuMuX on Ubuntu

2023-01-25 Thread Timo Koch
Dear Timothé, welcome to the Dumux mailing list and cool that you are considering Dumux. From the logs it appears that something is wrong with your local installation of openmpi. You might have changed your openmpi installation inbetween two installs? I would try to * reinstall openmpi using the

[DuMux] [DuMuX installation] Unable to install DuMuX on Ubuntu

2023-01-25 Thread Student at CentraleSupelec
Hello DuMuX team, As an engineer student, I am working on a project to study the loss of Hydrogen in porous underground storage. With my team we chose to use DuMuX but my installation fails on Ubuntu. I have already tried to uninstall and install again all required modules but nothing seems to

Re: [DuMux] DuMuX Installation Problem

2022-02-15 Thread Timo Koch
___ > Von: DuMux im Auftrag von Farzaneh > Nazari > Gesendet: Dienstag, 15. Februar 2022 17:00:43 > An: dumux@listserv.uni-stuttgart.de > Betreff: [DuMux] DuMuX Installation Problem > > Dear DuMux team, > > Hope all is well.

Re: [DuMux] DuMuX Installation Problem

2022-02-15 Thread Flemisch, Bernd
Von: DuMux im Auftrag von Farzaneh Nazari Gesendet: Dienstag, 15. Februar 2022 17:00:43 An: dumux@listserv.uni-stuttgart.de Betreff: [DuMux] DuMuX Installation Problem Dear DuMux team, Hope all is well. I am trying to install DuMux on Mac with the M1 chip. However, I get the erro

Re: [DuMux] DuMuX Installation Problem

2022-02-15 Thread Alexander Jaust
Hi Farzaneh, In your error log you find the message: ``` clang: error: the clang compiler does not support '-march=native' ``` Could you edit the DUNE options file, i.e. "dumux/cmake.opts", and remove the occurrences of `-march=native`? The line `-march=native` tells your c

[DuMux] DuMuX Installation Problem

2022-02-15 Thread Farzaneh Nazari
Dear DuMux team, Hope all is well. I am trying to install DuMux on Mac with the M1 chip. However, I get the error: “The command ['./dune-common/bin/dunecontrol', '--opts=dumux/cmake.opts', 'all'] returned with non-zero exit code.” It seems to be a problem of the Clang complier, but I haven’t b

Re: [DuMuX] Dumux installation!

2015-08-17 Thread Bernd Flemisch
Hi Ahmed, please always post to dumux@listserv.uni-stuttgart.de, not to dumux-ow...@listserv.uni-stuttgart.de. Concerning your question: please be more specific and detailed. What exactly fails? Can you please provide the console output of your dunecontrol command? Kind regards Bernd On 0

Re: [DuMuX] DuMuX Installation on Mac

2013-04-30 Thread Bernd Flemisch
Hi, in addition to Christoph: as is stated on the Installation page, the names of the packages might not be the same for all systems. So if it does not find a package, you can search for the correct name by, for example, sudo port search make and then take the "appropriate" package. Since you

Re: [DuMuX] DuMuX Installation on Mac

2013-04-29 Thread Christoph Grüninger
Hi Errazi, probably makegcc is a typo where you forgot a space between make and gcc? You can also install the packages one by one, you don't need to use them all in a single command. Bye Christoph Am 30.04.2013 08:47, schrieb Errazi BEN AHMED: > Hello, > > thank you for the brief explanation, >