Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
iof
/
base
История
Ralph Castain
85e55c5087
Make the IOF macros match for debug vs optimized builds
...
This commit was SVN r21453.
2009-06-16 22:30:53 +00:00
..
base.h
Make the IOF macros match for debug vs optimized builds
2009-06-16 22:30:53 +00:00
iof_base_close.c
Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans.
2009-05-04 11:07:40 +00:00
iof_base_open.c
Modify the orte_process_info structure to handle a broader range of process types by replacing the individual booleans with a 32-bit bitmap. Use a set of #define's to define the individual bits, and a set of matching macros to test for them. Update the orte code base to use the macros instead of the booleans.
2009-05-04 11:07:40 +00:00
iof_base_output.c
Minor mod per Greg Watson, plus some cleanups to make George smile...or at least grimace a little less! :-)
2009-05-28 00:55:01 +00:00
iof_base_select.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
iof_base_setup.c
This is a very large change to rename several #define values from
2009-05-06 20:11:28 +00:00
iof_base_setup.h
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
Makefile.am
Roll in the revamped IOF subsystem. Per the devel mailing list email, this is a complete rewrite of the iof framework designed to simplify the code for maintainability, and to support features we had planned to do, but were too difficult to implement in the old code. Specifically, the new code:
2008-10-18 00:00:49 +00:00