Dear All,
Thanks very much for your help. I really appreciate your kindness if you 
let me know why this step cannot be run as other tutorials?

Bests,
Ben

On Monday, May 15, 2017 at 4:12:17 PM UTC-5, Bruno Turcksin wrote:
>
> Benhour,
>
> do the following three steps:
> cmake .
> make
> ./step-42 p1_adaptive.prm
>
> Best,
>
> Bruno
>
>
> On Monday, May 15, 2017 at 5:04:33 PM UTC-4, benhour....@gmail.com 
> <javascript:> wrote:
>>
>> Dear Jean-Paul,
>> If I did correct, first I call "cmake ." and then "make run ./step-42 
>> p1_adaptive.prm" and did not use "make". With these changes, it did not 
>> work again.
>>
>> Thanks,
>> Ben
>>
>> On Monday, May 15, 2017 at 3:27:29 PM UTC-5, Jean-Paul Pelteret wrote:
>>>
>>> Dear Benhour,
>>>
>>> I think that you must have misinterpreted what Daniel suggested. If I run
>>>
>>> ./step-42 p1_adaptive.prm
>>>>
>>>
>>>  then this tutorial works fine for me. If I run "make run" then the 
>>> (unusual) error message appears for me as well. 
>>>
>>> Regards,
>>> Jean-Paul
>>>
>>> On Monday, May 15, 2017 at 7:30:25 PM UTC+2, benhour....@gmail.com 
>>> wrote:
>>>>
>>>> Dear Daniel,
>>>> According to your noteworthy comments, I tried exactly what you said, 
>>>> however, I got exactly the same as before, as what you got.
>>>>
>>>> Thanks,
>>>> Benhour
>>>>
>>>> On Monday, May 15, 2017 at 12:23:44 PM UTC-5, Daniel Arndt wrote:
>>>>>
>>>>> Benhour,
>>>>>
>>>>> `make run` gives me:
>>>>>
>>>>> Scanning dependencies of target step-42
>>>>> [ 33%] Building CXX object CMakeFiles/step-42.dir/step-42.cc.o
>>>>> [ 66%] Linking CXX executable step-42
>>>>> [ 66%] Built target step-42
>>>>> Scanning dependencies of target run
>>>>> [100%] Run step-42 with Debug configuration
>>>>> *** Call this program as <./step-42 input.prm>
>>>>> CMakeFiles/run.dir/build.make:57: recipe for target 'CMakeFiles/run' 
>>>>> failed
>>>>> make[3]: *** [CMakeFiles/run] Error 1
>>>>> CMakeFiles/Makefile2:259: recipe for target 'CMakeFiles/run.dir/all' 
>>>>> failed
>>>>> make[2]: *** [CMakeFiles/run.dir/all] Error 2
>>>>> CMakeFiles/Makefile2:266: recipe for target 'CMakeFiles/run.dir/rule' 
>>>>> failed
>>>>> make[1]: *** [CMakeFiles/run.dir/rule] Error 2
>>>>> Makefile:196: recipe for target 'run' failed
>>>>> make: *** [run] Error 2
>>>>>
>>>>> which is at least similar to what you are observing. The relevant line 
>>>>> here is:
>>>>> *** Call this program as <./step-42 input.prm>
>>>>>
>>>>> Is it possible that you just tried to call `make run` instead of 
>>>>> `make` and `./step-42 p1_adaptive.prm`?
>>>>> Note that there are multiple parameter files:
>>>>> p1_adaptive.prm  
>>>>> p1_chinese.prm  
>>>>> p1_global.prm  
>>>>> p2_adaptive.prm  
>>>>> p2_global.prm
>>>>>
>>>>> Best,
>>>>> Daniel
>>>>>
>>>>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to