1
1
openmpi/orte/mca/dfs/app
2013-04-08 23:34:16 +00:00
..
dfs_app_component.c 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
dfs_app.c 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_app.h 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
Makefile.am Remove stale windows references 2012-10-26 01:19:14 +00:00