1
1
openmpi/orte/mca/rmgr
Jeff Squyres c2c2daa966 Change the behavior of orterun (mpirun, mpirexec) to search for
argv[0] and the cwd on the target node (i.e., the node where the
executable will be running in all systems except BProc, where the
searches are run on the node where orterun is invoked).
- fork pls now does cwd and argv[0] search in orted
- bproc pls does cwd and argv[0] search in orterun
- cwd behavior slightly different:
  - if user specifies a -wdir to orterun, we chdir() to there; if we
    can't for some reason, abort
  - if user does not specify a -wdir, try to chdir() to the dir where
    orterun was invoked.  If we can't for some reason (e.g., it
    doesn't exist on the target node), then try to chdir($HOME).  If
    we can't do that, then just live with whatever default directory
    we were put in.

This commit was SVN r9068.
2006-02-16 20:40:23 +00:00
..
base Change the behavior of orterun (mpirun, mpirexec) to search for 2006-02-16 20:40:23 +00:00
proxy Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
urm Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00
rmgr_types.h Change the behavior of orterun (mpirun, mpirexec) to search for 2006-02-16 20:40:23 +00:00
rmgr.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00