Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
odls
/
base
История
Gilles Gouaillardet
d9e0212e0e
check-help-strings cleanup
...
This commit was SVN r32493.
2014-08-11 03:21:08 +00:00
..
base.h
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
help-orte-odls-base.txt
check-help-strings cleanup
2014-08-11 03:21:08 +00:00
Makefile.am
Use the correct abstraction layer name for the data dirs
2014-05-08 14:32:24 +00:00
odls_base_default_fns.c
Resolve race condition when procs call MPI_Abort. Since we go thru the errmgr instead of the normal proc termination routines, we need to ensure we mark that the proc has fired its waitpid and is no longer alive. Otherwise, the local daemon won't terminate because it thinks there is still a local proc alive and we hang.
2014-08-08 15:58:49 +00:00
odls_base_frame.c
check-help-strings cleanup
2014-08-11 03:21:08 +00:00
odls_base_select.c
Update ORTE frameworks to use the MCA framework system.
2013-03-27 21:14:43 +00:00
odls_private.h
This isn't as big a change as it appears - a change in one place caused a whole bunch of files to require updated #include's due to some arcane linkage. Rework the orte_wait code to reflect the introduction of the state machine. If we are in cleanup mode and just want to kill all our local children, then there is no reason to be polite about it as that introduces *very* long delays at scale. Just kill the procs and move on.
2014-06-17 17:57:51 +00:00