Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-19 Thread Ramprasad R
Hi Daniel, The problem is now solved. The issue was that, the bash rc did not have the location of PETSc. This line in the bash file solved the problem "export PETSC_DIR=/path/to/petsc-x-y-z"" Regards, Ramprasad On Wed, Jul 17, 2019 at 5:31 PM Bruno Turcksin wrote: > Ramprasad, > > Le mer. 17

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Bruno Turcksin
Ramprasad, Le mer. 17 juil. 2019 à 11:24, Ramprasad R a écrit : > Yes I did recompile it. The details of the config files are in the attachment. There is something strange in you installation: detailed.log says that you are using PETSc but config.h says that you are not. It looks like you

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Ramprasad R
Hello, Yes I did recompile it. The details of the config files are in the attachment. Regards, Ramprasad Raghunath On Wed, Jul 17, 2019 at 2:14 PM Daniel Arndt wrote: > Ramprasad, > > Did you also recompile, i.e. run 'make', afterwards? Can you also show us > the file 'detailed.log' in your

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Daniel Arndt
Ramprasad, Did you also recompile, i.e. run 'make', afterwards? Can you also show us the file 'detailed.log' in your build directory and the the file 'base/config.h' in your installation directory? Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-17 Thread Ramprasad R
Hello Bruno, Yes I have used the option -DDEAL_II_WITH_PETSC=ON. and I have also used the command to specify the location of petsc. "-DPETSC_DIR=/home/ramprasad/petsc-3.10.5". The error still pertains. Thank you. Regards, Ramprasad On Tue, Jul 16, 2019 at 9:13 PM Bruno Turcksin wrote: >

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-16 Thread Bruno Turcksin
Ramprasad, On Tuesday, July 16, 2019 at 11:51:00 AM UTC-4, Ramprasad R wrote: > > The version of deal.ii is 9.0.1 and the version of PETSc is 3.10.5. I also > changed the config file of deal.ii to have MPI PETSc on. > What do you mean by "I changed the config file of deal.II"? You should not

Re: [deal.II] Re: Compatibility of Petsc with step 18

2019-07-16 Thread Ramprasad R
Dear Daniel, The version of deal.ii is 9.0.1 and the version of PETSc is 3.10.5. I also changed the config file of deal.ii to have MPI PETSc on. Thank you. Best regards, Ramprasad On Tue, Jul 16, 2019 at 5:12 PM Daniel Arndt wrote: > Ramprasad, > > Let's first rule out some simple problems.

[deal.II] Re: Compatibility of Petsc with step 18

2019-07-16 Thread Daniel Arndt
Ramprasad, Let's first rule out some simple problems. Which version of deal.II are you using? Did you compile deal.II with MPI and PETSc support? We only define the namecpacePETScWrappers when DEAL_II_WITH_PETSC=ON. Can you provide us with the content of the detailed.log file in your build