Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
dfs
История
Ralph Castain
10ca1c1b04
Turns out that there was exactly ONE place in all of the OMPI code base that still referred to OPAL_TRACE, though a few places retained the include file for no reason. So no point in letting this sit as it is clearly an unused "feature".
...
This commit was SVN r28789.
2013-07-14 18:57:20 +00:00
..
app
The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem.
2013-04-08 23:34:16 +00:00
base
Turns out that there was exactly ONE place in all of the OMPI code base that still referred to OPAL_TRACE, though a few places retained the include file for no reason. So no point in letting this sit as it is clearly an unused "feature".
2013-07-14 18:57:20 +00:00
orted
Remove a bunch of dead code: gcc 4.7 warns of set-but-unused
2013-05-17 21:45:49 +00:00
test
The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem.
2013-04-08 23:34:16 +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