1
1
openmpi/orte/tools
Josh Hursey 31e9369e8b Fix orterun so it does not get influenced by an application's argv set.
For example, if I have an application that, internal to the application, takes
the argument '-mca foo bar' we do not want orterun to pick up this argument and
pass it through the system.

So the following
{{{
 shell$ mpirun -np 2 -mca btl tcp,self ./myapp -mca foo bar
}}}

orterun should pick up {{{-mca btl tcp,self}}} but not {{{-mca foo bar}}} which
it was previous to this commit.

I tested command line runs and runs with app files to confirm this patch works.

This commit was SVN r16431.
2007-10-11 18:33:40 +00:00
..
orte-checkpoint These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
orte-clean These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
orte-ps These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
orte-restart These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
orteboot - Remove the solution and project files, will commit them later. 2007-07-31 17:07:02 +00:00
orted need errno.h 2007-08-15 02:15:33 +00:00
ortehalt These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
ortekill These changes were mostly captured in a prior RFC (except for #2 below) and are aimed specifically at improving startup performance and setting up the remaining modifications described in that RFC. 2007-10-05 19:48:23 +00:00
orteprobe - Remove the solution and project files, will commit them later. 2007-07-31 17:07:02 +00:00
orterun Fix orterun so it does not get influenced by an application's argv set. 2007-10-11 18:33:40 +00:00
wrappers * Integrate man pages contributed by Dirk Eddelbuettel 2007-07-02 15:27:39 +00:00
Makefile.am reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00