1
1
openmpi/opal/threads
Thananon Patinyasakdikul 4e23fedccb opal progress: Added MCA for multithreaded opal_progress.
This commit added MCA param `opal_max_thread_in_progress` to set the
number of threads allowed to do opal_progress concurrently. The default
value is 1.

Component with multithreaded design can benefit from this change to
parallelize their component progress function.

Signed-off-by: Thananon Patinyasakdikul <tpatinya@utk.edu>
2018-11-01 13:34:20 -04:00
..
condition.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
condition.h opal/threads: Correct nsec -> usec conversion. 2015-11-04 11:28:43 +09:00
Makefile.am Fix performance regression caused by enabling opal thread support 2016-07-28 07:01:27 -06:00
mutex_unix.h opal/atomic: always use C11 atomics if available 2018-09-14 10:51:05 -06:00
mutex.c opal: rename opal_atomic_init to opal_atomic_lock_init 2017-08-07 14:15:11 -06:00
mutex.h Fix performance regression caused by enabling opal thread support 2016-07-28 07:01:27 -06:00
thread_usage.h opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
thread.c opal/threads: protect opal_tsd_keys_destruct() to fix Java bindings. 2017-01-25 10:58:55 +09:00
threads.h Update OPAL and ORTE for thread safety 2017-06-06 12:30:57 -07:00
tsd.h opal/threads: manually invoke thread-specific key destructors on the main thread. 2017-01-06 13:46:35 +09:00
wait_sync.c opal progress: Added MCA for multithreaded opal_progress. 2018-11-01 13:34:20 -04:00
wait_sync.h opal progress: Added MCA for multithreaded opal_progress. 2018-11-01 13:34:20 -04:00