[mpich2-commits] r4064 - mpich2/trunk/src/pm/hydra/pm/central

balaji at mcs.anl.gov balaji at mcs.anl.gov
Fri Mar 13 18:50:12 CDT 2009


Author: balaji
Date: 2009-03-13 18:50:12 -0500 (Fri, 13 Mar 2009)
New Revision: 4064

Modified:
   mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm
Log:
install-alt should build the proxy too, together with mpiexec.

Modified: mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm	2009-03-13 23:26:11 UTC (rev 4063)
+++ mpich2/trunk/src/pm/hydra/pm/central/Makefile.sm	2009-03-13 23:50:12 UTC (rev 4064)
@@ -28,6 +28,9 @@
 mpich2-build-install: install
 mpich2-build-uninstall: uninstall
 
+# Only hydra has a proxy for now; so install it even when multiple PMs are used
+install-alt: install
+
 # We use a dummy dependency to ensure that we always go to the util
 # directory to see if anything needs to be done
 ../../../util/libmpiexec.a: dummy



More information about the mpich2-commits mailing list