Re: [deal.II] Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range

2016-07-05 Thread Ehsan Esfahani
ecent developer version > and Trilinos at least. > > Best, > Daniel > > Am Montag, 4. Juli 2016 18:59:05 UTC+2 schrieb Ehsan Esfahani: >> >> Dear Professor Bangerth, >> >> Thanks for your response. Yes, I did. As I mentioned, I got a backtrace >> in th

Re: [deal.II] Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range

2016-07-04 Thread Ehsan Esfahani
violation. Best, Ehsan On Sunday, July 3, 2016 at 4:32:16 PM UTC-5, bangerth wrote: > > On 07/03/2016 03:50 PM, Ehsan Esfahani wrote: > > Dear All, > > > > Greetings. I changed step-25 (minor changes) in order to solve my > problem. Now > > I want to change this

[deal.II] Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range

2016-07-03 Thread Ehsan Esfahani
ts (4) I got that error related to *Segmentation Violation. *Do you know what's going on? Also, I have attached the code here . Thanks in advance for your help. Best Regards, Ehsan Esfahani -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, s

[deal.II] Caught signal number 11 SEGV: Segmentation Violation, probably memory access out of range

2016-07-03 Thread Ehsan Esfahani
ts (4) I got that error related to *Segmentation Violation. *Do you know what's going on? Also, I have attached the code here . Thanks in advance for your help. Best Regards, Ehsan Esfahani -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, s

Re: [deal.II] About MPI vectors, ghosted vectors

2016-06-29 Thread Ehsan Esfahani
Dear users, I'm asking my question here because I think it's somehow related to this post, and I don't think it would be necessary to open a new topic. Could you please tell me what are differences between these two public functions: void reinit

[deal.II] Re: Hanging node constraints generate new nonzero locations in parallel.

2016-06-09 Thread Ehsan Esfahani
Dear Martin, Greetings. I've changed step-25 with some minor modification for solving my specific problem. Right now, I'm trying to modify again the code base on step-40 with MPI. Unfortunately, I got stuck with an error in line 423 of the code (attached here). I dont know whta's the reason for

[deal.II] Re: changing step-25 based on step-40

2016-06-07 Thread Ehsan Esfahani
pirun -np 1)? Are there any extra errors > when running in debug mode, or are you already running it in debug mode? > > On Tuesday, June 7, 2016 at 7:02:42 PM UTC+2, Ehsan Esfahani wrote: >> >> Thank for your response. I'm not sure it's related because, previously

[deal.II] Re: changing step-25 based on step-40

2016-06-07 Thread Ehsan Esfahani
- >> >> >> Exception on processing: >> >> >> ------ >> >> >> An error occurred in line <1424> of file in function >> >> void >> dealii::PETScWrappers::MatrixBase::add(dealii::PETScWrappers

[deal.II] changing step-25 based on step-40

2016-06-06 Thread Ehsan Esfahani
Dear Deal-ii Users, Greetings. I am trying to change step-25 for MPI based on the method described in step-40. Unfortunately, I got stuck with an error :( > > > > > > > > > *An error occurred in line <1424> of file > > > in functionvoid > dealii::PETScWrappers::MatrixBase::add(dealii::

[deal.II] "run configurations" problem in Eclipse (mars)

2016-05-27 Thread ehsan esfahani
Dear Dealii users, Greetings. As a person who is trying to learn Deal-ii, I'm trying to change step-25 for parallel computation based on step-40, I have changed this step for my problem (I solved my problem with modifying this step previously without MPI). Unfortunately, I got several errors. T

[deal.II] "run configurations" do not work in Eclipse

2016-05-27 Thread ehsan esfahani
Dear Bruno, Greetings. As a person who is trying to learn Deal-ii, I'm trying to change step-25 for parallel computation based on step-40, I have changed this step for my problem (I solved my problem with modifying this step previously without MPI). Unfortunately, I got several errors. The prob

Re: [deal.II] Error during P4EST installation

2016-05-18 Thread ehsan esfahani
8 15:04 GMT-04:00 ehsan esfahani >: > > Yes, it seems. > > $ gfortran --version > > GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) > > Copyright (C) 2015 Free Software Foundation, Inc. > > this was the result. > This is very strange, I have installe

Re: [deal.II] Error during P4EST installation

2016-05-18 Thread ehsan esfahani
ot; work? Sometimes it is called gfortran-48 or some > other variants and you get that error from p4est. > > Best, > > Bruno > > On Wednesday, May 18, 2016 at 2:50:43 PM UTC-4, ehsan esfahani wrote: >> >> What do you mean by saying "your fortran compiler

Re: [deal.II] Error during P4EST installation

2016-05-18 Thread ehsan esfahani
gt; > This happens when your fortan compiler is not useable. > Try to install gfortran on your machine and see if the problem goes away. > > Best, >Toby > > > > > 2016-05-18 17:29 GMT+02:00 ehsan esfahani >: > > Hello, > > > > I am

[deal.II] Error during P4EST installation

2016-05-18 Thread ehsan esfahani
Hello, I am trying to install a package (P4EST) along with D eal ii library . I got an error telling me that " Fortran 77 cannot create executables". My operation system is REDHAT LINUX and I find out package gcc-gfortran-4.8.5-4.el7.x86_64 already installed on my computer. I'm a beginner at r