Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
pmix
/
base
История
Artem Polyakov
8e16f47492
Merge pull request
#1688
from artpol84/fix_base64
...
Fix base64 implementation in pmix framework.
2016-07-07 10:47:50 +06:00
..
base.h
Enable the PMIx event notification capability and use that for all error notifications, including debugger release. This capability requires use of PMIx 2.0 or above as the features are not available with earlier PMIx releases. When OMPI master is built against an earlier external version, it will fallback to the prior behavior - i.e., debugger will be released via RML and all notifications will go strictly to the default error handler.
2016-06-14 13:08:41 -07:00
help-pmix-base.txt
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Makefile.am
Integrate PMIx 1.0 with OMPI.
2015-08-29 16:04:10 -07:00
pmix_base_fns.c
Merge pull request
#1688
from artpol84/fix_base64
2016-07-07 10:47:50 +06:00
pmix_base_fns.h
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
pmix_base_frame.c
Fix registration of error handlers thru the pmix120 component. A thread-shift operation was hanging on the sync_event_base, which made it dependent on someone calling opal_progress. Unfortunately, a process in "sleep" or spinning outside the MPI library won't do that, and so we never complete errhandler registration.
2016-03-02 15:01:01 -08:00
pmix_base_hash.c
Cleanup s1 and s2 components, and ensure that mpirun and orteds only use non-direct-launch pmix components.
2015-09-08 18:37:09 -07:00
pmix_base_hash.h
Integrate PMIx 1.0 with OMPI.
2015-08-29 16:04:10 -07:00
pmix_base_select.c
mca/base: add priority output to mca_base_select
2015-10-19 12:32:41 -06:00