Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
pmix
/
pmix120
История
Ralph Castain
af1444b6e1
Cleanup a debug statement. Plug a memory leak
2016-03-08 18:27:55 -08:00
..
pmix
Cleanup a debug statement. Plug a memory leak
2016-03-08 18:27:55 -08:00
autogen.subdirs
Add pmix120 component, update the error handling functions in the PMIx API.
2015-12-28 23:15:44 +09:00
configure.m4
Fix a number of issues, some of which have lingered for a long time:
2016-03-01 06:53:00 -08:00
Makefile.am
Enable the PMIx notification callback system. This currently is only supported by the pmix120 component, which is not selected by default. All other components will ignore error registration requests, and thus do not support debugger attach when launched via mpirun. Note that direct launched applications will support such attachment, but may not do so in a scalable fashion.
2016-02-18 09:29:12 -08:00
pmix120_client.c
Ensure the process name is positive when using direct launch
2016-03-08 08:31:05 -08:00
pmix120_server_north.c
Enable the PMIx notification callback system. This currently is only supported by the pmix120 component, which is not selected by default. All other components will ignore error registration requests, and thus do not support debugger attach when launched via mpirun. Note that direct launched applications will support such attachment, but may not do so in a scalable fashion.
2016-02-18 09:29:12 -08:00
pmix120_server_south.c
opal: replace opal_convert_jobid_to_string with opal_snprintf_jobid
2016-01-14 10:39:03 +09:00
pmix120.h
Add pmix120 component, update the error handling functions in the PMIx API.
2015-12-28 23:15:44 +09:00
pmix_pmix120_component.c
Fix a number of issues, some of which have lingered for a long time:
2016-03-01 06:53:00 -08:00
pmix_pmix120.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