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 installed ins a specific directory with -DCMAKE_INSTALL_PREFIX= /home/General_for_All_Users/deal_II_install_dir option, it was installed in the same directory. But, this time, it seems that this option is not implemented and it is installed in somewhere else. How can I know where is the deal-ii installation directory? How can I uninstall deal-ii and all related packages completely to install it again (have a fresh installation)? Second: Why deall-ii created a folder in root (/share/deal.II/) which has two sub folders (macros and scripts) ? Previous version of deal-ii did not create this folder? How can I change the path of this folder? Thanks Ehsan On Wednesday, July 27, 2016 at 12:42:03 PM UTC+2, Tobi Young wrote: > > 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 cmake from finding p4est and trilinos > and is the reason you can not compile some of the tutorials. Have you > checked the output from cmake or configure.log? > > Trust me, it works, but only if your syntax configuring deal.II is > correct. :-) > > Best, > Toby > > > > 2016-07-27 12:29 GMT+02:00 Ehsan <[email protected] <javascript:>>: > > 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 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 all > >> of the libraries you were looking for and then recompile. > >> Destroy CMakeCache before reconfiguring. > >> > >> I hope that helps you out. > >> > >> Best, > >> Toby > > > > -- > > 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 [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
