;>>
>>> 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
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
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
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
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
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
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.
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,