1
1
openmpi/orte/mca/dfs
2013-04-08 23:34:16 +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 Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +00:00
orted Update ORTE frameworks to use the MCA framework system. 2013-03-27 21:14:43 +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