Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2017-08-13 Thread drgeoffschrank
Thanks. I was able to find the other thread regarding my problem and was able to use the correct cmake flags to get dealii to install correctly. Thank you for your help! On Saturday, August 12, 2017 at 5:50:13 PM UTC-6, Wolfgang Bangerth wrote: > > On 08/12/2017 05:21 PM, drgeoff...@gmail.com

Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2017-08-13 Thread Wolfgang Bangerth
On 08/12/2017 07:22 PM, Japan Patel wrote: Thank you for your reply. You are right. When I checked for compilers I have two versions of each compilers. I don't know why that isI do have petsc installed and I think that might have used different compilers. Is there a way to tell dealii to

Re: [deal.II] crash with step-55 with PETSc both in serial and parallel

2017-08-13 Thread Timo Heister
Nur, do you have PETSc configured without hypre by any chance? step-55 runs correctly for me. On Fri, Aug 11, 2017 at 7:24 AM, Nur Fadel wrote: > Hi all, > I have installed Deal II 8.5 and trunk versions on Daint (the CSCS machine). > When I run the example step-5 with PETSc

Re: [deal.II] Installation didn't give any errors but when I tried make test, it failed all tests

2017-08-13 Thread Denis Davydov
Hi, Usually, one compiles some MPI provider (i.e. Openmpi) and then use its compiler wrappers in majority of dealii' dependencies. Alternativelt ou can give Spack https://github.com/dealii/dealii/wiki/deal.II-in-Spack a try which guarantees that the whole toolchain is consistent: a single

[deal.II] Element wise reciprocal operation of a distributed vector

2017-08-13 Thread ken . vishal
Dear users, I haven't got around to figuring out a good answer to the following question. I am glad if someone could help me. Given a *:MPI::Vector, what is the best way to assign element wise reciprocal value? Thanks, Vishal -- The deal.II project is located at http://www.dealii.org/ For