[deal.II] Re: deal.II Installation Error

2021-04-02 Thread pushkar...@gmail.com
Any help in this regard will be helpful . Regards Pushkar On Friday, April 2, 2021 at 3:59:45 PM UTC+5:30 pushkar...@gmail.com wrote: > > Dear deal.II community, > > In my attempt to install deal.II with p4est and mpi which I need to run > PRISMS-PF I reinstalled the library but faced an error

Re: [deal.II] Re: DEAL.II INSTALLATION ERROR

2020-11-27 Thread Pushkar Pandit
Marc I did resolve the above issue as there was some problems with permissions while installing PETSC and I was installing it with root in /usr/lib/ directory which I installed without root privileges in /home/username/ directory and I did manage to compile the deal.II library with cmake.Anyways

Re: [deal.II] Re: DEAL.II INSTALLATION ERROR

2020-11-26 Thread Marc Fehling
Pushkar, would you check the `detailed.log` file in the build folder in which you configured deal.II with cmake and find the configuration details for PETSc. Does the PETSc folder specified in the log file contain the requested header files? The header files should be located in an include fo

Re: [deal.II] Re: DEAL.II INSTALLATION ERROR

2020-11-26 Thread Pushkar Pandit
Yes I did follow the above instructions but I am still facing the same issue . On Fri, Nov 27, 2020 at 3:53 AM Marc Fehling wrote: > Hi Pushkar! > > It appears the PETSc has been found during the configuration of deal.II > with cmake, but you can not find the header files of the PETSc libraries

[deal.II] Re: DEAL.II INSTALLATION ERROR

2020-11-26 Thread Marc Fehling
Hi Pushkar! It appears the PETSc has been found during the configuration of deal.II with cmake, but you can not find the header files of the PETSc libraries during compilation. Did you follow all instructions on how to interface deal.II to PETSc on this particular guide