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

2020-07-30 Thread Wolfgang Bangerth
On 7/30/20 3:59 AM, kaleem iqbal wrote: I want to simulate FSI with elastic walls in bifurcation carotid arteries in 2D. is it possible to use that geometry? It is possible to use this geometry, but you need to generate a mesh for it. (See step-49 for mesh generation.) Best W. --

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

2020-07-30 Thread kaleem iqbal
I want to simulate FSI with elastic walls in bifurcation carotid arteries in 2D. is it possible to use that geometry? On Thu, Jul 30, 2020 at 2:54 PM kaleem iqbal wrote: > thanks for the reply. simulation run > > > On Thu, Jul 30, 2020 at 2:18 PM Luca Heltai wrote: > >> Take a look at your par

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

2020-07-30 Thread kaleem iqbal
thanks for the reply. simulation run On Thu, Jul 30, 2020 at 2:18 PM Luca Heltai wrote: > Take a look at your parameter file. It is probably trying to write output > file to a directory that does not exist. > > Luca > > Il giorno 30 lug 2020, alle ore 10:58, kaleem iqbal < > kaleemiqb...@gmail.

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

2020-07-30 Thread kaleem iqbal
Thanks heena. Simulation run now. Regards K Iqbal -- 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" g

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

2020-07-30 Thread Luca Heltai
Take a look at your parameter file. It is probably trying to write output file to a directory that does not exist. Luca > Il giorno 30 lug 2020, alle ore 10:58, kaleem iqbal > ha scritto: > >  > Dear Prof. Wolfgang; > During running step-70. I found the following error > Exception on pro

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

2020-07-30 Thread heena patel
Hi Iqbal, Check this link below. https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!searchin/dealii/step$2070$209.2$20version%7Csort:date/dealii/Y5Lgt9Gn0Zs/vNHTNDdaAwAJ Regards, Heena On Thu, Jul 30, 2020 at 10:58 AM kaleem iqbal wrote: > Dear Prof. Wo

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

2020-07-30 Thread kaleem iqbal
Dear Prof. Wolfgang; During running step-70. I found the following error Exception on processing: An error occurred in line <1360> of file in function void dealii::ParameterHandler::print_parameters(const string&, dealii::Parame

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

2017-08-14 Thread Denis Davydov
Hi Japan, I am happy to hear that it worked and you resolved your problem! Sincerely, Denis. > On 14 Aug 2017, at 04:13, Japan Patel wrote: > > Hey everyone, > > Thanks Dr. Bangerth and thanks Denis!! > > I was able to run step-1. I installed using spack. It took a while to > download all t

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

2017-08-13 Thread Japan Patel
Hey everyone, Thanks Dr. Bangerth and thanks Denis!! I was able to run step-1. I installed using spack. It took a while to download all the packages and install them but it was worth it as I was able to run an example problem which I wasn't able to before and all the packages are already linked w

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 w

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] 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 vers

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

2017-08-12 Thread Japan Patel
Hi Dr. Bangerth, 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 choose compilers? I have the f

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

2017-08-12 Thread Wolfgang Bangerth
On 08/12/2017 05:21 PM, drgeoffschr...@gmail.com wrote: I'm wondering if I could tag onto this message. I'm having a similar problem. Installed with no problems. However, when I run the tests, they all fail with the error: symbol lookup error: /usr/lib/libumfpack.so.3.1.0: undefined symbol: am

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

2017-08-12 Thread drgeoffschrank
I'm wondering if I could tag onto this message. I'm having a similar problem. Installed with no problems. However, when I run the tests, they all fail with the error: symbol lookup error: /usr/lib/libumfpack.so.3.1.0: undefined symbol: amd_realloc To Wolfgang's question... I have both gcc and

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

2017-08-12 Thread Wolfgang Bangerth
On 08/11/2017 06:42 PM, japa...@gmail.com wrote: step.debug: RUN failed. Output: ./step.debug: /home/japan/anaconda3/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./step.debug) ./step.debug: /home/japan/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (requir