Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
debugger
История
Nathan Hjelm
8a3179cdcb
removed c99 test code
...
This commit was SVN r24297.
2011-01-25 23:02:35 +00:00
..
base
Fix debugger attach
2010-10-22 20:07:24 +00:00
mpir
It is convention to have orte_config.h included at top of file.
2010-12-03 16:13:31 +00:00
mpirx
Reset the timer on MPIR_being_debugged only if MPIR_being_debugged is not set. Fix typo in return code.
2010-12-20 21:00:49 +00:00
debugger.h
As discussed on today's telecon, reorganize the debugger attachment code in orte to better support efforts within the tool community aimed at exploring alternative methods. Move the debugger attachment code from the orterun directory to a new debugger framework. Organize the existing standard support code into an "mpir" component. Organize the current extensions for co-spawning debugger daemons into a separate "mpirx" component.
2010-07-06 23:35:42 +00:00
Makefile.am
Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers
2010-09-24 22:53:28 +00:00