Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-25 Thread Gus Correa
1:38 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] MPIRUN SEGMENTATION FAULT I don’t see any way this could be compilation related - I suspect there is simply some error in the program (e.g., forgetting to initialize some memory region). On Apr 23, 2016, at 8:03 AM, Elio

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Gilles Gouaillardet
F8q. i still feel something is wrong.. Does anybody > know what are these files? > > > Regards > > > -- > *From:* users > on behalf > of Ralph Castain > > *Sent:* Saturday, April 23, 2016 1:38 PM > *To:* Open MPI Users > *Subj

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread dpchoudh .
rtvR5F8q. i still feel something is wrong.. Does anybody > know what are these files? > > > Regards > > > -- > *From:* users on behalf of Ralph Castain < > r...@open-mpi.org> > *Sent:* Saturday, April 23, 2016 1:38 PM > *To:* Open MPI

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Elio Physics
: Open MPI Users Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT I don’t see any way this could be compilation related - I suspect there is simply some error in the program (e.g., forgetting to initialize some memory region). On Apr 23, 2016, at 8:03 AM, Elio Physics mailto:elio-phys

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Ralph Castain
m: users <mailto:users-boun...@open-mpi.org> >> on behalf of Ralph Castain <mailto:r...@open-mpi.org> >> Sent: Saturday, April 23, 2016 11:39 AM >> To: Open MPI Users >> Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT >> >> valgrind

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Elio Physics
, I am thinking that it might be "compilation" related. This is why i wanted some experts' opinion on this From: users on behalf of Andy Riebs Sent: Saturday, April 23, 2016 12:49 PM To: us...@open-mpi.org Subject: Re: [OMPI users] MPIRUN SEGMENTA

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Andy Riebs
: users on behalf of Ralph Castain Sent: Saturday, April 23, 2016 11:39 AM To: Open MPI Users Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT   valgrind isn’t going to help here - there are multiple

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Elio Physics
From: users on behalf of Ralph Castain Sent: Saturday, April 23, 2016 11:39 AM To: Open MPI Users Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT valgrind isn’t going to help here - there are multiple reasons why your application could be segfaulting. Take a look at the core

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Ralph Castain
live.com>> > Sent: Saturday, April 23, 2016 3:07 AM > To: Open MPI Users > Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT > > I have used valgrind and this is what i got: > > valgrind mpirun ~/Elie/SPRKKR/bin/kkrscf6.3MPI Fe_SCF.inp > > scf-51551.jlborges.fis

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Elio Physics
AM To: Open MPI Users Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT I have used valgrind and this is what i got: valgrind mpirun ~/Elie/SPRKKR/bin/kkrscf6.3MPI Fe_SCF.inp > scf-51551.jlborges.fisica.ufmg.br.out ==8135== Memcheck, a memory error detector ==8135== Copyright (C) 2002-2

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-23 Thread Elio Physics
n behalf of Ralph Castain Sent: Saturday, April 23, 2016 1:36:50 AM To: Open MPI Users Subject: Re: [OMPI users] MPIRUN SEGMENTATION FAULT All I can say is that your program segfault'd during execution - you might want to look at the core file using a debugger like gdb to see why it failed

Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-22 Thread Ralph Castain
All I can say is that your program segfault’d during execution - you might want to look at the core file using a debugger like gdb to see why it failed. > On Apr 22, 2016, at 8:32 PM, Elio Physics wrote: > > Dear all, > > I have successfully compiled a code where the executable have been prod

[OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-22 Thread Elio Physics
Dear all, I have successfully compiled a code where the executable have been produced. However when I started using the executable with mpirun, the code stopped with the following error: "mpirun noticed that process rank 0 with PID 570 on node compute-1-9.local exited on signal 11 (Segmentat