This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via a5719ca872c316e5d4545acf7e2be0eaad5e7d92 (commit) from 933ba2260c0107f474c902acff3db6f8aa0d737c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/a5719ca872c316e5d4545acf7e2be0eaad... commit a5719ca872c316e5d4545acf7e2be0eaad5e7d92 Author: Pavan Balaji <[email protected]> Date: Sun Jun 9 09:20:41 2013 -0500 Fix typo in picking the right process manager. diff --git a/configure.ac b/configure.ac index 017e96c..6c20767 100644 --- a/configure.ac +++ b/configure.ac @@ -1644,7 +1644,7 @@ if test "$with_pmi" = "uni" -a "$with_pm" = "default" ; then with_pm="no" fi if test "$with_pm" = "default" -o "$with_pm" = "yes" ; then - if test -z "$MPID_DEFAULT_PM" ; then + if test ! -z "$MPID_DEFAULT_PM" ; then with_pm=${MPID_DEFAULT_PM} else with_pm=hydra ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository