Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
dfs
История
Ralph Castain
fa13d27238
Avoid double-release in error path
...
This commit was SVN r28190.
2013-03-20 21:00:59 +00:00
..
app
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
base
Update DFS to support multi-node operations
2012-11-12 02:54:53 +00:00
orted
Avoid double-release in error path
2013-03-20 21:00:59 +00:00
test
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
dfs_types.h
Update DFS to support multi-node operations
2012-11-12 02:54:53 +00:00
dfs.h
Add a new "test" component to the DFS that treats all files as remote in order to test the app-to-daemon interactions on a single machine. Set a global param to indicate we are using staged execution. Add a param to indicate it is okay for non-MPI processes to execute without finalizing. Cleanup file map load and fetch operations.
2012-11-10 14:09:12 +00:00
Makefile.am
Add a new "distributed file system" capability to support file access operations across nodes that do not have a network file system attached to them.
2012-10-25 17:15:17 +00:00