Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
db
/
sqlite
История
Ralph Castain
ad7c84caee
Cleanup some stale definitions in the new database components
...
This commit was SVN r30506.
2014-01-30 19:56:41 +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
Fix an issue regarding use of PMI when running processes and tools that don't need or want to use it. We build PMI support based on configuration settings and library availability.
2013-10-02 19:03:46 +00:00
db_sqlite.c
Cleanup some stale definitions in the new database components
2014-01-30 19:56:41 +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
Fix longstanding issue with our multi-project support. Rather than using
2014-01-07 22:11:15 +00:00