1
1
openmpi/opal
Nathan Hjelm a4fff57720 make the opal progress yield variable settable at any time
The semantics of the variable mpi_yield_when_idle are to call
opal_progress_set_yield_when_idle at MPI_Init. It would be difficult
to modify the old variable to support setting this parameter at
runtime. The fix is to add an additional parameter to opal:
opal_progress_yield_when_idle that directly sets the variable. This
variable is settable anytime and does not affect the semantics of
the old mpi_yield_when_idle variable.

Refs trac:193

cmr=v1.8.1:reviewer=jsquyres

This commit was SVN r31255.

The following Trac tickets were found above:
  Ticket 193 --> https://svn.open-mpi.org/trac/ompi/ticket/193
2014-03-27 15:51:06 +00:00
..
asm Fix ia64 operations by correcting a couple of bugs in the ia64 atomics. Thanks to Paul Hargrove for the patch! 2014-01-24 00:14:37 +00:00
class As Rolf pointed out, this patch wasn't needed on the trunk - just the 1.7 branch. Sigh 2014-02-03 21:40:56 +00:00
datatype Remove warnings identified by clang 3.4 2014-03-12 13:17:54 +00:00
dss Use correct unpack function 2014-03-11 02:59:34 +00:00
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
mca BUILD: fix "make dist" failure on some linux distro with old csh/tcsh 2014-03-27 06:34:00 +00:00
memoryhooks Fix typo - thanks to Michael Schlottke for pointing it out 2013-08-11 18:16:21 +00:00
runtime make the opal progress yield variable settable at any time 2014-03-27 15:51:06 +00:00
threads Only provide OPAL_THREAD_ADD64 if we have 64 bit atomics 2014-01-20 20:22:38 +00:00
tools opal-restart: fix variable passing from opal-restart to CRS 2014-03-18 15:28:42 +00:00
util The random number generator changes were incomplete (typo errors) in some places, and is missing the required declspec's for visibility. 2014-03-12 22:37:27 +00:00
win32 Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00