[OMPI users] --enable-mpi-threads --enable-progress-threads

2021-03-02 Thread Max R. Dechantsreiter via users
Is there any reason not to configure with --enable-mpi-threads --enable-progress-threads for instance a performance penalty if an application is not using MPI_THREAD_MULTIPLE?

Re: [OMPI users] --enable-mpi-threads and --with-tm=/usr/local/torque

2010-04-19 Thread Ralph Castain
What version of OMPI are you using? The behavior depends on the version... On Apr 19, 2010, at 2:01 PM, Martin Siegert wrote: > Hi, > > I am wondering what effects it will have when I configure openmpi > with --enable-mpi-threads: we are using the TM interface to torque > and therefore each MPI

[OMPI users] --enable-mpi-threads and --with-tm=/usr/local/torque

2010-04-19 Thread Martin Siegert
Hi, I am wondering what effects it will have when I configure openmpi with --enable-mpi-threads: we are using the TM interface to torque and therefore each MPI program gets assigned a certain number of cores on a set of nodes by the scheduler. If the MPI program now starts additional threads how d

Re: [OMPI users] enable-mpi-threads

2009-07-09 Thread Lenny Verkhovsky
for your discussion >> >> - Original Message - >> From: "Jeff Squyres" >> To: "Open MPI Users" >> Sent: Tuesday, June 30, 2009 7:23:13 AM (GMT-0500) America/New_York >> Subject: Re: [OMPI users] enable-mpi-threads >> >&

Re: [OMPI users] enable-mpi-threads

2009-07-09 Thread Lenny Verkhovsky
, 2009 at 6:37 AM, rahmani wrote: > Hi, > Very thanks for your discussion > > - Original Message - > From: "Jeff Squyres" > To: "Open MPI Users" > Sent: Tuesday, June 30, 2009 7:23:13 AM (GMT-0500) America/New_York > Subject: Re: [OMPI users] ena

Re: [OMPI users] enable-mpi-threads

2009-07-01 Thread rahmani
Hi, Very thanks for your discussion - Original Message - From: "Jeff Squyres" To: "Open MPI Users" Sent: Tuesday, June 30, 2009 7:23:13 AM (GMT-0500) America/New_York Subject: Re: [OMPI users] enable-mpi-threads On Jun 30, 2009, at 1:29 AM, rahmani wrote: > I

Re: [OMPI users] enable-mpi-threads

2009-06-30 Thread Jeff Squyres
On Jun 30, 2009, at 1:29 AM, rahmani wrote: I want install openmpi in a cluster with multicore processor. Is it necessary to configure with --enable-mpi-threads option? when this option should be used? Open MPI's threading support is functional but not optimized. It depends on the problem y

[OMPI users] enable-mpi-threads

2009-06-30 Thread rahmani
Hi every one I want install openmpi in a cluster with multicore processor. Is it necessary to configure with --enable-mpi-threads option? when this option should be used? tanks