1
1
openmpi/orte/mca/pls/bproc
Jeff Squyres 22da6ef4e4 This bit accidentally got lost in the testing of the bproc/fork path
and cwd update functionality.  For bproc, we *do* need to change
directories while checking the cwd because argv[0] may be expressed as
a relative path, and therefore needs to be checked from the cwd
expressed in the app context.

This commit was SVN r9084.
2006-02-17 16:15:21 +00:00
..
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
help-pls-bproc.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
pls_bproc_component.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
pls_bproc.c This bit accidentally got lost in the testing of the bproc/fork path 2006-02-17 16:15:21 +00:00
pls_bproc.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
README Add some README's to describe what these components are fore. 2005-10-04 15:14:23 +00:00

The bproc_orted and bproc pls components are the most recent BProc
starters.  They make the old bproc_seed starter deprecated, but that
starter is still left around because LANL needs it for some of their
older clusters.

All new work should be on the bproc_orted and bproc components.