Re: [deal.II] Re: cmake with library and executables

2019-12-24 Thread Wolfgang Bangerth
Konrad, your email has no question :-) Is your problem that you can't call 'make -j8' and your question how to make that possible? If so, what happens if you try? What is the error message? Best W. On 12/20/19 12:07 PM, Konrad Simon wrote: > Hello deal.ii community, > > I am posting

[deal.II] Re: Converting LinearAlgebra::distributed::Vector to TrilinosWrappers::MPI::Vector

2019-12-24 Thread Doug Shi-Dong
Replying to my own post since I found the solution in case someone else ever encounters this. It was a silly bug from my end. I basically used the empty constructor of LinearAlgebra::ReadWriteVector to transfer the LA::dist::Vector into the TrilinosWrappers::MPI::Vector. As a consequence, the

Re: [deal.II] Install problem about dealii-9.0.0: undefined reference to `dealii::StraightBoundary<2, 2>::StraightBoundary()'

2019-12-24 Thread Wolfgang Bangerth
On 12/23/19 11:31 PM, llf m wrote: > Dear all, > I try to install dealii-9.0.0 into a supercomputer, using icc15 as compiler, > every thing goes well until I meet this error: > > [ 88%] Linking CXX executable ../bin/step-8.release > ../lib/libdeal_II.so.9.0.0: undefined reference to >

[deal.II] Constrained linear operator on distributed data structures

2019-12-24 Thread Doug Shi-Dong
Hello everyone, I see that some functions within the constrained_linear_operator.h have a note saying Currently, this function may not work correctly for distributed data structures. I am currently using it in parallel and seems to be working fine for a very simple linear elasticity problem

Re: [deal.II] Re: cmake with library and executables

2019-12-24 Thread Konrad Simon
Hi Wolfgang, On Tuesday, December 24, 2019 at 5:59:31 PM UTC+1, Wolfgang Bangerth wrote: > > > Konrad, > your email has no question :-) Is your problem that you can't call 'make > -j8' > and your question how to make that possible? If so, what happens if you > try? > What is the error