Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
db
/
sqlite
История
Ralph Castain
028f5ee7a6
Cleanup some bitrot from moving the db framework to opal and from the new mca param system
...
This commit was SVN r28741.
2013-07-09 14:37:08 +00:00
..
configure.m4
Per the meeting on moving the BTLs to OPAL, move the ORTE database "db" framework to OPAL so the relocated BTLs can access it. Because the data is indexed by process, this requires that we define a new "opal_identifier_t" that corresponds to the orte_process_name_t struct. In order to support multiple run-times, this is defined in opal/mca/db/db_types.h as a uint64_t without identifying the meaning of any part of that data.
2013-02-26 17:50:04 +00:00
db_sqlite_component.c
Cleanup some bitrot from moving the db framework to opal and from the new mca param system
2013-07-09 14:37:08 +00:00
db_sqlite.c
Cleanup some bitrot from moving the db framework to opal and from the new mca param system
2013-07-09 14:37:08 +00:00
db_sqlite.h
Cleanup some bitrot from moving the db framework to opal and from the new mca param system
2013-07-09 14:37:08 +00:00
help-db-sqlite.txt
Per the meeting on moving the BTLs to OPAL, move the ORTE database "db" framework to OPAL so the relocated BTLs can access it. Because the data is indexed by process, this requires that we define a new "opal_identifier_t" that corresponds to the orte_process_name_t struct. In order to support multiple run-times, this is defined in opal/mca/db/db_types.h as a uint64_t without identifying the meaning of any part of that data.
2013-02-26 17:50:04 +00:00
Makefile.am
Per the meeting on moving the BTLs to OPAL, move the ORTE database "db" framework to OPAL so the relocated BTLs can access it. Because the data is indexed by process, this requires that we define a new "opal_identifier_t" that corresponds to the orte_process_name_t struct. In order to support multiple run-times, this is defined in opal/mca/db/db_types.h as a uint64_t without identifying the meaning of any part of that data.
2013-02-26 17:50:04 +00:00