Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-07 Thread Jeff Squyres (jsquyres)
May 4, 2018 at 1:13 PM > To: Open MPI Users > Subject: Re: [OMPI users] Debug build of v3.0.1 tarball > > HI Adam, > > I think you'll have better luck setting the CFLAGS on the configure line. > > try > > ./configure CFLAGS="-g -O0" your other

Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-04 Thread Moody, Adam T.
Ah, yes. That worked. Thanks, Howard. -Adam From: users on behalf of Howard Pritchard Reply-To: Open MPI Users Date: Friday, May 4, 2018 at 1:13 PM To: Open MPI Users Subject: Re: [OMPI users] Debug build of v3.0.1 tarball HI Adam, I think you'll have better luck setting the CFLA

Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-04 Thread Howard Pritchard
rying to get -g -O0 in the build. > > > > Thanks for your help, > > -Adam > > > > *From: *users on behalf of Howard > Pritchard > *Reply-To: *Open MPI Users > *Date: *Friday, May 4, 2018 at 7:46 AM > *To: *Open MPI Users > *Subject: *Re: [OMPI user

Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-04 Thread Moody, Adam T.
May 4, 2018 at 7:46 AM To: Open MPI Users Subject: Re: [OMPI users] Debug build of v3.0.1 tarball HI Adam, Sorry didn't notice you did try the --enable-debug flag. That should not have led to the link error building the opal dso. Did you do a make clean after rerunning configure? Howard

Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-04 Thread Howard Pritchard
HI Adam, Sorry didn't notice you did try the --enable-debug flag. That should not have led to the link error building the opal dso. Did you do a make clean after rerunning configure? Howard 2018-05-04 8:22 GMT-06:00 Howard Pritchard : > Hi Adam, > > Did you try using the --enable-debug confi

Re: [OMPI users] Debug build of v3.0.1 tarball

2018-05-04 Thread Howard Pritchard
Hi Adam, Did you try using the --enable-debug configure option along with your CFLAGS options? You may want to see if that simplifies your build. In any case, we'll fix the problems you found. Howard 2018-05-03 15:00 GMT-06:00 Moody, Adam T. : > Hello Open MPI team, > > I'm looking for the re

[OMPI users] Debug build of v3.0.1 tarball

2018-05-03 Thread Moody, Adam T.
Hello Open MPI team, I'm looking for the recommended way to produce a debug build of Open MPI v3.0.1 that compiles with “-g -O0” so that I get accurate debug info under a debugger. So far, I've gone through the following sequence. I started with CFLAGS="-g -O0" on make: shell$ ./configure --p