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

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