Re: [OMPI users] Totalview not showing main program on startup with OpenMPI 1.3.x and 1.4.x

2011-02-11 Thread Dennis McRitchie
. --td On 02/09/2011 05:35 PM, Dennis McRitchie wrote: Thanks Terry. Unfortunately, -fno-omit-frame-pointer is the default for the Intel compiler when -g is used, which I am using since it is necessary for source level debugging. So the compiler kindly tells me that it is ignoring your

Re: [OMPI users] Totalview not showing main program on startup with OpenMPI 1.3.x and 1.4.x

2011-02-09 Thread Dennis McRitchie
while building MPI though. --td On 02/09/2011 02:49 PM, Dennis McRitchie wrote: Hi, I'm encountering a strange problem and can't find it having been discussed on this mailing list. When building and running my parallel program using any recent Intel compiler and OpenMPI 1.2.8, TotalView

[OMPI users] Totalview not showing main program on startup with OpenMPI 1.3.x and 1.4.x

2011-02-09 Thread Dennis McRitchie
would be nice to have it work as it used to, if possible. Thanks, Dennis Dennis McRitchie Computational Science and Engineering Support (CSES) Academic Services Department Office of Information Technology Princeton University

Re: [OMPI users] Can't get TotalView to find main program

2007-07-12 Thread Dennis McRitchie
, Dennis McRitchie wrote: > Thanks for the reply Jeff. > > Yes, I did compile my test app with -g, but unfortunately, our rpm > build process stripped the symbols from orterun, so that turned out to > be the culprit. Once we fixed that and used openmpi-totalview.tcl to > start th

[OMPI users] Can't get TotalView to find main program

2007-07-05 Thread Dennis McRitchie
ning under mpirun? Does openmpi need to be built with either --enable-debug or --enable-mem-debug? The "configure --help" says the former is not for general MPI users. Unclear about the latter. Thanks, Dennis Dennis McRitchie Computational Science and Engineering Support (CSES) Ac

Re: [OMPI users] Can't run simple job with openmpi using the Intel compiler

2007-02-05 Thread Dennis McRitchie
04, 2007 3:10 PM > To: Open MPI Users; Dennis McRitchie > Subject: Re: [OMPI users] Can't run simple job with openmpi > using the Intel compiler > > On 2/2/07, Dennis McRitchie <d...@princeton.edu> wrote: > > When I submit a simple job (described below) using PBS, I &

Re: [OMPI users] Can't run simple job with openmpi using the Intelcompiler

2007-02-03 Thread Dennis McRitchie
Sorry. I just realized that you must mean the log file created by the configure script. I was looking for a OpenMPI runtime log file. Is there such a thing? Dennis > -Original Message- > From: users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] On Behalf Of Dennis

Re: [OMPI users] Can't run simple job with openmpi using the Intel compiler

2007-02-02 Thread Dennis McRitchie
Also, I see mention in your FAQ about config.log. My openmpi does not appear to be generating it, at least not anywhere in the install tree. How can I enable the creation of the log file? Thanks, Dennis -Original Message- From: Dennis McRitchie Sent: Friday, February 02, 2007 6

[OMPI users] Can't run simple job with openmpi using the Intel compiler

2007-02-02 Thread Dennis McRitchie
d847] *** End of error message *** ^@[adroit-31:08840] [0,0,1]-[0,0,0] mca_oob_tcp_peer_complete_connect: connection failed (errno=111) - retrying (pid=8840) --- Any thoughts as to why this might be failing? Thanks, Dennis Dennis McRitchie Computational Science

[OMPI users] mpicc problems finding libraries (mostly)

2006-12-21 Thread Dennis McRitchie
the rpath preceding the openmpi lib directory is specified as "--rpath", which is probably why it is ignored. Is this perhaps a bug? Can you help me accomplish any or all of these goals? Thanks. Dennis McRitchie Computational Science and Engineering Support (CSES) Academic Services Department Office of Information Technology Princeton University

[OMPI users] Multiple definition of `malloc' and other symbols when doing static builds with mpif90

2006-12-13 Thread Dennis McRitchie
When creating a static build of an MPI program, I get a number of fatal error messages, as listed below. They are all regarding conflicts between duplicate definitions and different sizes of malloc, free, realloc, etc. for the RHEL4 and openmpi versions of these functions. I could build openmpi