Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-15 Thread Ralph Castain
;>> >>> For now, I've got a a work-around setup that launches over ssh and still >>> attaches the processes to PBS. >>> >>> Thanks for your help. >>> >>> Steve >>> >>> >>> From: users-boun...@open-mpi

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-15 Thread Joshua Bernstein
setup that launches over ssh and still attaches the processes to PBS. Thanks for your help. Steve From: users-boun...@open-mpi.org [mailto:users-bounces@open- mpi.org] On Behalf Of Ralph Castain Sent: Friday, February 12, 2010 8:29 PM To: Open MPI Users Subject: Re: [OMPI users] Seg fault w

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-15 Thread Jeff Squyres
boun...@open-mpi.org] On > Behalf Of Ralph Castain > Sent: Friday, February 12, 2010 8:29 PM > To: Open MPI Users > Subject: Re: [OMPI users] Seg fault with PBS Pro 10.2 > > Afraid compilers don't help when the param is a void*... > > It looks like this is consistent, bu

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-15 Thread Repsher, Stephen J
still attaches the processes to PBS. Thanks for your help. Steve From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Friday, February 12, 2010 8:29 PM To: Open MPI Users Subject: Re: [OMPI users] Seg fau

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-12 Thread Ralph Castain
Behalf Of Ralph Castain > Sent: Friday, February 12, 2010 3:21 PM > To: Open MPI Users > Subject: Re: [OMPI users] Seg fault with PBS Pro 10.2 > > I'm a tad confused - this trace would appear to indicate that mpirun is > failing, yes? Not your application? > > The r

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-12 Thread Repsher, Stephen J
most likely generate an error at compile-time? Thanks! Steve From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Friday, February 12, 2010 3:21 PM To: Open MPI Users Subject: Re: [OMPI users] Seg fault with PB

Re: [OMPI users] Seg fault with PBS Pro 10.2

2010-02-12 Thread Ralph Castain
I'm a tad confused - this trace would appear to indicate that mpirun is failing, yes? Not your application? The reason it works for local procs is that tm_init isn't called for that case - mpirun just fork/exec's the procs directly. When remote nodes are required, mpirun must connect to Torque.

[OMPI users] Seg fault with PBS Pro 10.2

2010-02-12 Thread Repsher, Stephen J
Hello, I'm having problems running Open MPI jobs under PBS Pro 10.2. I've configured and built OpenMPI 1.4.1 with the Intel 11.1 compiler on Linux and with --with-tm support and the build runs fine. I've also built with static libraries per the FAQ suggestion since libpbs is static. However,