Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
oob
История
Ralph Castain
12d92d0c22
Per the OMPI developer conference, remove the last vestiges of OMPI_USE_PROGRESS_THREADS
...
This commit was SVN r32070.
2014-06-24 17:05:11 +00:00
..
base
The TCP component will have set the hash table entry to NULL, but that doesn't remove the key. So the hash_table retrieval function will return success, but with a NULL pointer - protect against that scenario
2014-06-09 17:46:22 +00:00
tcp
Now that the BTLs are moving down to OPAL and becoming available to ORTE, there no longer is a need/desire to push performance in the OOB/TCP component. So we don't need multiple modules driving NICs in parallel, and can drop all the complicated distribution logic. Fall back to the simplified single module model, but retain the ability to run that module in its own progress thread if so directed.
2014-06-06 02:24:17 +00:00
ud
Per the OMPI developer conference, remove the last vestiges of OMPI_USE_PROGRESS_THREADS
2014-06-24 17:05:11 +00:00
usock
The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees.
2014-05-08 02:01:35 +00:00
Makefile.am
Use the correct abstraction layer name for the data dirs
2014-05-08 14:32:24 +00:00
oob.h
Fix the newly added FT event state when compiling --with-ft
2014-03-11 13:20:08 +00:00