Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-03 Thread Daniel Arndt
Ehsan, Good that you found the error. Another possibility is to use ccmake. This works for me quite well. Best, Daniel Am Mittwoch, 3. August 2016 11:37:14 UTC+2 schrieb Ehsan: > > Finally I found the problem after installing and uninstalling for more > than ten times. > The problem was the sp

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-03 Thread Ehsan
Finally I found the problem after installing and uninstalling for more than ten times. The problem was the space after "=" !! There should be NO space before and after "=" in setting cmake variable. On Monday, August 1, 2016 at 3:49:56 PM UTC+2, Jean-Paul Pelteret wrote: > > Dear Eshan, > > Some

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-01 Thread Jean-Paul Pelteret
Dear Eshan, Sometimes it is necessary to manually remove CMakeCache.txt before reconfiguring a project. Can you try to do this and see if you have any further success? Regards, J-P On Monday, August 1, 2016 at 2:42:25 PM UTC+2, Ehsan wrote: > > Dear Daniel, > I checked the "detailed.log" file

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-01 Thread Ehsan
Dear Daniel, I checked the "detailed.log" file and noticed that DEAL_II_WITH_MPI, DEAL_II_WITH_P4EST and DEAL_II_WITH_TRILINOS all three are off. my cmake is: cmake -DCMAKE_INSTALL_PREFIX=/home/General_for_All_Users/deal_II_install_dir -DDEAL_II_WITH_64BIT_INDICES= ON -DDEAL_II_WITH_MPI= ON -D

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-01 Thread Ehsan
Dear Daniel, When I run cmake in terminal and the end I receive below warning: CMake Warning: Manually-specified variables were not used by the project: P4EST_DIR TRILINOS_DIR How should I solve this problem. Best regards. Ehsan On Monday, August 1, 2016 at 2:21:31 PM UTC+2, Ehsan wr

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-08-01 Thread Ehsan
Dear Daniel, In the "detailed.log" the "CMAKE_INSTALL_PREFIX:" is empty but I am sure that I defined it in cmake: I have a generat question. is it possible to compile deal ii with enabled Trilinos, P4EST, and MPI options? Best regards. Ehsan On Wednesday, July 27, 2016 at 8:52:36 PM UTC+2, D

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Daniel Arndt
Ehsan, can you show us what your "detailed.log" in the build directory looks like? This file stores the configuration that is used for building deal.II. ` -DCMAKE_INSTALL_PREFIX= /home/General_for_All_Users/deal_II_install_dir` should tell deal.II to copy the build library into that folder when y

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Ehsan
Dear Toby, Thanks for your reply. I deleted folder of my previous deal ii installation and installed it again and now I faced two other problems. Can you please help me solve them: First: previously when I installed deal-ii without MPI, Trilinos and P4EST options and addresse deall-ii to be in

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Ehsan
Dear Toby, Thanks for your reply. I deleted folder of my previous deal ii installation and installed it again and now I faced two other problems. Can you please help me solve them: First: previously when I installed deal-ii without MPI, Trilinos and P4EST options and addresse deall-ii to be ins

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Tobi Young
Ehsan. Yes, but that is not what you have done. ;-) Look at the configure script in your first email again calmly and *very carefully* and then look at my reply calmly and *very carefully*. In the configure script you sent us, you are missing a D on two lines, which I am guessing is stopping c

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Ehsan
Hi, Moreover I have 2 more problems. First: previously when I installed deal-ii without MPI, Trilinos and P4EST options and addresse deall-ii to be installed ins a specific directory with -DCMAKE_INSTALL_PREFIX= /home/General_for_All_Users/deal_II_install_dir option, it was installed in the

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Ehsan
Dear Toby, But in below links they are -DDEAL_II_With_... https://www.dealii.org/developer/readme.html https://www.dealii.org/developer/external-libs/p4est.html Best, Ehsan On Wednesday, July 27, 2016 at 12:19:07 PM UTC+2, Tobi Young wrote: > > Hello Eshan, > > Perhaps here is your error. It

Re: [deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Tobi Young
Hello Eshan, Perhaps here is your error. It is a simple typo. ;-) > -DEAL_II_WITH_P4EST= ON > -DEAL_II_WITH_TRILINOS= ON Should be: -DDEAL_II_WITH_P4EST= ON -DDEAL_II_WITH_TRILINOS= ON Please check that the output (or configure.log) says it has found a

[deal.II] Step-42 -- Problem with Trilinos and P4EST

2016-07-27 Thread Ehsan
Hello, I want to run Step-42 but I receive below error: Error! The deal.II library found at / was not configured with DEAL_II_WITH_MPI = ON DEAL_II_WITH_P4EST = ON DEAL_II_WITH_TRILINOS = ON One or all of these are OFF in your installation but are required for this tutorial