Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-13 Thread Kartik Jujare
Thank you for your help. On Tuesday, December 13, 2016 at 8:39:40 AM UTC+1, Uwe Köcher wrote: > > Dear Kartik, > > well, candi has users around the world - if it reports a successful > installation, then everything should be fine. > But anyhow, you can go to each installation folder, e.g. deal.II

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-12 Thread 'Uwe Köcher' via deal . II User Group
Dear Kartik, well, candi has users around the world - if it reports a successful installation, then everything should be fine. But anyhow, you can go to each installation folder, e.g. deal.II, and try to run their specific test suite, if available. Kind regards Uwe On Monday, December 12, 20

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-11 Thread Kartik Jujare
Dear Uwe, It seems that the candi script was able to install everything without a problem. Is there anyway I can verify the installation was a success? Could you please give me directions on how this could work? Regards, Kartik On Saturday, December 10, 2016 at 5:29:49 PM UTC+1, Uwe Köcher wr

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-10 Thread Kartik Jujare
>>I cannot help you out in your specific problem, but have you tried out candi: Thank You for your reply Uwe. I will try it and post any observations or solutions that I find probably in the next week. Regards, Kartik Jujare On Saturday, December 10, 2016 at 5:29:49 PM UTC+1, Uwe Köcher wrote

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-10 Thread 'Uwe Köcher' via deal . II User Group
Dear Kartik, I cannot help you out in your specific problem, but have you tried out candi: https://github.com/dealii/candi to download, compile and install deal.II with MPI + p4est (and other tools if you like)? Kind regards Uwe On Tuesday, December 6, 2016 at 6:14:04 PM UTC+1, Kartik Juja

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-06 Thread Kartik Jujare
Hi Timo, > ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun -np 4 > ./p4est.debug > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0 >>Does this also happen with 1 rank? with $mpirun -np 1 ./p4est-debug it runs without error. It does not show any output. T

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-06 Thread Timo Heister
> installation folder. But I guess getting this output does not make a lot of > sense. > > ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun -np 4 > ./p4est.debug > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0 Does this also happen with 1 rank? >>> try running

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Kartik Jujare
Timo, Yes. My mistake. I was looking at the source folder instead of the installation folder. But I guess getting this output does not make a lot of sense. ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun -np 4 ./p4est.debug application called MPI_Abort(MPI_COMM_WORLD, 1) -

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Timo Heister
Kartik, > It returned this when I tried to compile it this way. Is this the right way? No, don't compile it manually. You will be missing a large number of preprocessor defines, include paths, etc.. If you run "make test", the binaries should still exist. Just try to run them as is. On Sun, Dec

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Kartik Jujare
This is not the case. Still unable to figure out. On Sun, Dec 4, 2016 at 8:36 PM, Kartik Jujare wrote: > Hi Timo, > > I slightly remember that I had included -DDEAL_II_WITH_THREADS=OFF . This > could be a cause of the problem right? If it could be should I reconfigure > dealii with this option o

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Kartik Jujare
Hi Timo, I slightly remember that I had included -DDEAL_II_WITH_THREADS=OFF . This could be a cause of the problem right? If it could be should I reconfigure dealii with this option on? Regards, Kartik Jujare. On Sun, Dec 4, 2016 at 6:54 PM, Timo Heister wrote: > Hey Kartik, > > I haven't seen

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Kartik Jujare
Hi Timo, Thank you for your reply. I ran the commands as you instructed: 1) ubuntu@dulcet:~/programfiles/p4est/FAST/lib$ ldd libp4est.so | grep mpi libmpi.so.12 => /home/ubuntu/programfiles/mpich/lib/libmpi.so.12 (0x7f281d956000) ubuntu@dulcet:~/programfiles/dealii/lib$ ldd libdeal_II.so |

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Timo Heister
Hey Kartik, I haven't seen an error like this before. A few ideas: 1. Can you check that p4est is using the same mpi libraries? You can for example compare the output of "ldd libp4est.so | grep mpi" with the one from the deal.II libs. 2. you can go into the tests/quicktests/ directory inside your

[deal.II] Unsuccessful integration of p4est with dealii

2016-12-04 Thread Kartik Jujare
Hello, I was wondering if anyone could help pinpoint any anomaly with my p4est and dealii integration. I was able to successfully install Petsc and run its own tests using my already installed mpich. Next, I installed p4est which also seemed to install without problems. Then dealii which also