1
1
openmpi/orte/runtime
Nathan Hjelm fe6528b0d5 opal/atomic: always use C11 atomics if available
This commit disables the use of both the builtin and hand-written
atomics if proper C11 atomic support is detected. This is the first
step towards requiring the availability of C11 atomics for the C
compiler used to build Open MPI.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-09-14 10:51:05 -06:00
..
data_type_support Fix the multiple pe/proc option 2018-07-25 18:47:39 -07:00
help-orte-runtime.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_cr.c Several fixes related to session directories: 2016-09-05 07:48:44 +03:00
orte_cr.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_data_server.c Cleanup some issues in connect/accept support across jobs started by different mpirun commands. Still not fully operational, but someone else will have to finish debugging it 2017-08-17 11:58:48 -07:00
orte_data_server.h Ensure that data from a job that was stored in ompi-server is purged once that job completes. Cleanup a few typos. Silence a Coverity warning 2017-05-30 09:43:01 -07:00
orte_finalize.c Also need to avoid calling destruct on the opal_process_info struct after finalize 2017-06-23 07:49:14 -07:00
orte_globals.c Remove the orte_enable_instant_on MCA param 2018-09-10 09:20:26 -07:00
orte_globals.h Remove the orte_enable_instant_on MCA param 2018-09-10 09:20:26 -07:00
orte_info_support.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_info_support.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_init.c orte/runtime: always set opal_using_threads for orted/mpirun 2018-08-01 08:53:22 -06:00
orte_locks.c opal/atomic: always use C11 atomics if available 2018-09-14 10:51:05 -06:00
orte_locks.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
orte_mca_params.c Remove the orte_enable_instant_on MCA param 2018-09-10 09:20:26 -07:00
orte_quit.c Update OPAL and ORTE for thread safety 2017-06-06 12:30:57 -07:00
orte_quit.h Refactor the ORTE DVM code so that external codes can submit multiple jobs using only a single connection to the HNP. 2016-02-13 08:10:44 -08:00
orte_wait.c Try automatically adding local spawn threads to parallelize the fork/exec process to speed up the launch on large SMPs. Harvest the threads after initial spawn to minimize any impact on running jobs. 2017-11-29 19:54:00 -08:00
orte_wait.h Try automatically adding local spawn threads to parallelize the fork/exec process to speed up the launch on large SMPs. Harvest the threads after initial spawn to minimize any impact on running jobs. 2017-11-29 19:54:00 -08:00
runtime_internals.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
runtime.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00