[deal.II] Re: PETScWrappers::SparseDirectMUMPS solver error

2016-07-18 Thread RAJAT ARORA
Hello all, It turns out that there is a bug in MUMPS 5.0.0 which is installed by default by Petsc 3.6.x versions when using --download mumps flag. This can be avoided by using MUMPS 5.0.1 which was released in July 2015. Petsc 3.7.x version installes MUMPS 5.0.1 by default. Also, as I write th

Re: [deal.II] Re: Phase-fiield crack sample with predictor-corrector

2016-07-18 Thread Thomas Wick
Dear Reza! > How can I have it to carry out as a sample? Timo Heister and I already got the question and we will upload Example 4 very soon. But just as a personal comment: creating Example 4 by yourself would be a very good exercise to become familiar with the code. The geometry and all materi

[deal.II] Error building py-scipy on OSX 10.11

2016-07-18 Thread Jean-Paul Pelteret
Dear all, This morning I updated from develop b9148b1 to c898b9d and am now running into problems building py-scipy on OSX 10.11.5 that I'm unable to resolve myself. I've attached the build logs. Does anyone have any ideas as to what I can do to fix this issue? Many thanks in advance for your

[deal.II] Re: Phase-fiield crack sample with predictor-corrector

2016-07-18 Thread Reza Zargar
and also there is an example in paper called "Example 4-Symmetric three point bending" which is not contained in the folder crack-master. How can I have it to carry out as a sample?Thanks again. Am Montag, 18. Juli 2016 15:21:42 UTC+2 schrieb Reza Zargar: > > Dear all, > > I would like to know i

[deal.II] Phase-fiield crack sample with predictor-corrector

2016-07-18 Thread Reza Zargar
Dear all, I would like to know if I find anywhere an interpretation of the code of crack-master for phase-field fracture sample. I have gotten the example and I have to investigate if it works without the predictor-corrector too or not, and to do this I should understand how does it work. altho

Re: [deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread yoczhang
Thank you! 在 2016年7月18日星期一 UTC+8下午6:09:19,Matthias Maier写道: > > > > /usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32 > > against `.rodata' can not be used when making a shared object; recompile > > with -fPIC > > /usr/local/lib/liblapack.a: could not read symbols: Bad va

Re: [deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread Matthias Maier
> /usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32 > against `.rodata' can not be used when making a shared object; recompile > with -fPIC > /usr/local/lib/liblapack.a: could not read symbols: Bad value This means that your local blas and lapack libraries in /usr/local/l

[deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread yoczhang
while I use the following: cmake -DCMAKE_INSTALL_PREFIX=/usr/local/dealii/ ../ there was noting wrong message, but when I make -j2 install, I got the error: /usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recom