Re: [deal.II] Compile deal.II 8.5 with Debian Jessie

2017-05-22 Thread Wolfgang Bangerth
On 05/22/2017 04:14 PM, Daniel Garcia wrote: > I tried to install in a separate folder boost 1.64, but it conflicts with the > installed 1.56. > > Would you have any suggestion on how to compile deal.ii with alternative > version of boost? Run the cmake script o

Re: [deal.II] Compile deal.II 8.5 with Debian Jessie

2017-05-22 Thread Daniel Garcia
Hi Wolfram, > Do I understand correctly that you have boost installed on your system, > with > files in /usr/include/boost (or a similar location), but no file > vector.hpp > available? Have you installed the boost-serialization package? > > If I install the boost libboost1.55-dev from Debia

Re: [deal.II] Compile deal.II 8.5 with Debian Jessie

2017-05-22 Thread Wolfgang Bangerth
Daniel, I'm trying to compile deal.II 8.5 with Debian Jessie. Deal.II requires boost 1.56 https://github.com/dealii/dealii/issues/2973 Deal.II compiles fine, but I can not compile the steps. The file boost/serialization/vector.hpp is missing Do I understand correctly that you have boost in

[deal.II] Compile deal.II 8.5 with Debian Jessie

2017-05-22 Thread Daniel Garcia
Hi, I'm trying to compile deal.II 8.5 with Debian Jessie. Deal.II requires boost 1.56 https://github.com/dealii/dealii/issues/2973 Deal.II compiles fine, but I can not compile the steps. The file boost/serialization/vector.hpp is missing I tried to install in a separate folder boost 1.64, but

[deal.II] Re: Compile failed

2017-05-22 Thread Bruno Turcksin
Jason, how much ram do you have? Do you compile deal in parallel? Best, Bruno On Monday, May 22, 2017 at 12:03:56 PM UTC-4, moonsb...@gmail.com wrote: > > Hi everyone, > I'm a new guy of deal.II. Recently, I have been compiling deal.ii > 8.5.0, and encountered a problem. I hope some master

[deal.II] Compile failed

2017-05-22 Thread moonsbeer
Hi everyone, I'm a new guy of deal.II. Recently, I have been compiling deal.ii 8.5.0, and encountered a problem. I hope some master can help me. My OS is CentOS 6.8, intel fortran xe 2013, openmpi1.8.6, gcc 6.1.0. To install P4EST, I yum install atlas atlas-devel lapack-devel blas-devel.

Re: [deal.II] Re: Problems in solving two PDE systems using MPI+Thread parallel computing

2017-05-22 Thread Wolfgang Bangerth
Jack, unrelated to the question about versions of MPI libraries, when you solve two linear systems on separate threads, you need to pay attention that the two solvers (and all associated objects such as matrices, vectors, etc) use separate MPI communicators. Otherwise you will have the two sol