From 7d0c70adabac59167ff69c149828ad54fb9ab5e8 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 9 Sep 2004 18:20:16 +0000 Subject: [PATCH] Update the makefile to fix the automated build. Minor update to the program as well. This commit was SVN r2564. --- src/tools/mpirun/Makefile.am | 1 - src/tools/mpirun/mpirun2.c | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tools/mpirun/Makefile.am b/src/tools/mpirun/Makefile.am index 55f2179824..6a6ac707f1 100644 --- a/src/tools/mpirun/Makefile.am +++ b/src/tools/mpirun/Makefile.am @@ -22,7 +22,6 @@ bin_PROGRAMS = \ mpirun2 mpirun2_SOURCES = \ - mpirun2.h \ mpirun2.c mpirun2_LDADD = \ diff --git a/src/tools/mpirun/mpirun2.c b/src/tools/mpirun/mpirun2.c index 54c7dee3b2..4030ea7c7c 100644 --- a/src/tools/mpirun/mpirun2.c +++ b/src/tools/mpirun/mpirun2.c @@ -86,6 +86,9 @@ main(int argc, char *argv[]) printf("num_procs: %d\n", num_procs); } + /* get the rte command line options */ + ompi_rte_parse_cmd_line(cmd_line); + /* * TSW - temporarily force to be a seed - and to use tcp oob. *