Re: [DuMuX] Problems DUMUX

2018-04-12 Thread Flemisch, Bernd
Can you go to build-cmake/tutorial and type

ls; make help

the same in build_cmake/tutorial/tutorial_implicit, and send the output?


Bernd


Von: Hermann Zeyen <hermann.ze...@u-psud.fr>
Gesendet: Donnerstag, 12. April 2018 20:22:06
An: Flemisch, Bernd
Betreff: Re: [DuMuX] Problems DUMUX


No change, still "no rule"... Also when going further there is no rule (by the 
way, there is no tutorial_implicit in the build-cmake/tutorial, only the 
sequential. I tried to make the sequential, same result).

H.

Le 12/04/2018 ? 18:34, Bernd Flemisch a ?crit :
Ok, maybe the build_tutorials option was introduced later. Apparently, you 
haven't been in the build folder before. Try
make tutorial_implicit
in dune/dumux/build-cmake/tutorial.

Kind regards
Bernd



On Thu, Apr 12, 2018 at 6:09 PM +0200, "Hermann Zeyen" 
<hermann.ze...@u-psud.fr<mailto:hermann.ze...@u-psud.fr>> wrote:


Thanks, Bernd, for your fast reply.

I got the 2.12 clone. However, the problem with the tutorial persists
and when I type "make build_tutorials" in "~/dune/dumux/build-cmake", I
get te message that there is no rule for building build_tutorials. (I am
using Ubuntu 17.1 in an Oracle Virtual box and DUNE 2.6)

regards, Hermann


>
>> Ok, I installed dumux manually in "~/dune/dumux". The test program
>> worked (chapter 2.2 of the handbook), however, the tutorial example
>> (chapter 3.1.5) does not compile. The compiler (g++) does not find
>>  and when I comment this line out, it does not find
>> . So, I guess there must
>> be a PATH problem, but I could not figure out how to solve it. I
>> tried adding "~/dune/dumux" to the PATH, also in the CMakeLists.txt,
>> I have the line "include_directories(~/dune/dumux)". I admit, I am
>> not a specialist in Linux...
>>
>> I guess (that's what I did), in order to compile the tutorial, I
>> first should go to "~/dune/dumux/tutorial/tutorial_implicit" and type
>> there "make tutorial_implicit".
> Can you try a "make build_tutorials" in your top-most CMake build
> folder, most likely "build-cmake"?
>
> Kind regards
> Bernd
>

--
Hermann Zeyen
Departement des Sciences de la Terre
Universite de Paris-Sud, Bat. 504
F-91405 Orsay Cedex, France
Tel: +33-(0)1 69 15 49 09,  Fax: +33-(0)1 69 15 49 05
E-mail: hermann.ze...@u-psud.fr<mailto:hermann.ze...@u-psud.fr>

___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de<mailto:Dumux@listserv.uni-stuttgart.de>
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux




[Logo AVG] <http://www.avg.com/internet-security>

Cet email a fait l'objet d'une analyse antivirus par le logiciel antivirus AVG.
www.avg.com<http://www.avg.com/internet-security>





___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de<mailto:Dumux@listserv.uni-stuttgart.de>
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux



--
Hermann Zeyen
Departement des Sciences de la Terre
Universite de Paris-Sud, Bat. 504
F-91405 Orsay Cedex, France
Tel: +33-(0)1 69 15 49 09,  Fax: +33-(0)1 69 15 49 05
E-mail: hermann.ze...@u-psud.fr<mailto:hermann.ze...@u-psud.fr>

___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux


Re: [DuMuX] Problems DUMUX

2018-04-12 Thread Bernd Flemisch
Ok, maybe the build_tutorials option was introduced later. Apparently, you 
haven't been in the build folder before. Try


make tutorial_implicit


in dune/dumux/build-cmake/tutorial.




Kind regards


Bernd




On Thu, Apr 12, 2018 at 6:09 PM +0200, "Hermann Zeyen" 
 wrote:










Thanks, Bernd, for your fast reply.

I got the 2.12 clone. However, the problem with the tutorial persists 
and when I type "make build_tutorials" in "~/dune/dumux/build-cmake", I 
get te message that there is no rule for building build_tutorials. (I am 
using Ubuntu 17.1 in an Oracle Virtual box and DUNE 2.6)

regards, Hermann


>
>> Ok, I installed dumux manually in "~/dune/dumux". The test program 
>> worked (chapter 2.2 of the handbook), however, the tutorial example 
>> (chapter 3.1.5) does not compile. The compiler (g++) does not find  
>>  and when I comment this line out, it does not find 
>> . So, I guess there must 
>> be a PATH problem, but I could not figure out how to solve it. I 
>> tried adding "~/dune/dumux" to the PATH, also in the CMakeLists.txt, 
>> I have the line "include_directories(~/dune/dumux)". I admit, I am 
>> not a specialist in Linux...
>>
>> I guess (that's what I did), in order to compile the tutorial, I 
>> first should go to "~/dune/dumux/tutorial/tutorial_implicit" and type 
>> there "make tutorial_implicit".
> Can you try a "make build_tutorials" in your top-most CMake build 
> folder, most likely "build-cmake"?
>
> Kind regards
> Bernd
>

-- 
Hermann Zeyen
Departement des Sciences de la Terre
Universite de Paris-Sud, Bat. 504
F-91405 Orsay Cedex, France
Tel: +33-(0)1 69 15 49 09,  Fax: +33-(0)1 69 15 49 05
E-mail: hermann.ze...@u-psud.fr

___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux





___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux


Re: [DuMuX] Problems DUMUX

2018-04-12 Thread Hermann Zeyen

Thanks, Bernd, for your fast reply.

I got the 2.12 clone. However, the problem with the tutorial persists 
and when I type "make build_tutorials" in "~/dune/dumux/build-cmake", I 
get te message that there is no rule for building build_tutorials. (I am 
using Ubuntu 17.1 in an Oracle Virtual box and DUNE 2.6)


regards, Hermann




Ok, I installed dumux manually in "~/dune/dumux". The test program 
worked (chapter 2.2 of the handbook), however, the tutorial example 
(chapter 3.1.5) does not compile. The compiler (g++) does not find  
 and when I comment this line out, it does not find 
. So, I guess there must 
be a PATH problem, but I could not figure out how to solve it. I 
tried adding "~/dune/dumux" to the PATH, also in the CMakeLists.txt, 
I have the line "include_directories(~/dune/dumux)". I admit, I am 
not a specialist in Linux...


I guess (that's what I did), in order to compile the tutorial, I 
first should go to "~/dune/dumux/tutorial/tutorial_implicit" and type 
there "make tutorial_implicit".
Can you try a "make build_tutorials" in your top-most CMake build 
folder, most likely "build-cmake"?


Kind regards
Bernd



--
Hermann Zeyen
Departement des Sciences de la Terre
Universite de Paris-Sud, Bat. 504
F-91405 Orsay Cedex, France
Tel: +33-(0)1 69 15 49 09,  Fax: +33-(0)1 69 15 49 05
E-mail: hermann.ze...@u-psud.fr

___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux


Re: [DuMuX] Problems DUMUX

2018-04-12 Thread Bernd Flemisch

Hi Hermann,

I'm replying to the Dumux mailing list, since your question and the 
answers are potentially helpful for other users. It's best for you to 
subscribe to the list at 
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux.


On 04/12/2018 03:48 PM, Hermann Zeyen wrote:

Dear Bernd,

I recently got the Dumux code and tried to install it. I am having 2 
problems:


Following the manual, I tried to install dumux via
git clone https://git.iws.uni-stuttgart.de/dumux -repositories/dumux.git

However, I am asked for a user and PW. When I enter the one I have 
been given (dumux/download), it doesn't work (no access).
This should not happen. In your command, there's a space between "dumux" 
and "-repositories". If you actually had that in there, it could explain 
the problem.


At the moment, you better clone directly the 2.12 release branch since 
the master is undergoing quite some changes:
git clone -b releases/2.12 
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git


Ok, I installed dumux manually in "~/dune/dumux". The test program 
worked (chapter 2.2 of the handbook), however, the tutorial example 
(chapter 3.1.5) does not compile. The compiler (g++) does not find  
 and when I comment this line out, it does not find 
. So, I guess there must 
be a PATH problem, but I could not figure out how to solve it. I tried 
adding "~/dune/dumux" to the PATH, also in the CMakeLists.txt, I have 
the line "include_directories(~/dune/dumux)". I admit, I am not a 
specialist in Linux...


I guess (that's what I did), in order to compile the tutorial, I first 
should go to "~/dune/dumux/tutorial/tutorial_implicit" and type there 
"make tutorial_implicit".
Can you try a "make build_tutorials" in your top-most CMake build 
folder, most likely "build-cmake"?


Kind regards
Bernd

--
___

Bernd Flemisch phone: +49 711 685 69162
IWS, Universität Stuttgart fax:   +49 711 685 60430
Pfaffenwaldring 61email: be...@iws.uni-stuttgart.de
D-70569 Stuttgarturl: www.hydrosys.uni-stuttgart.de
___

___
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux