[mpich2-commits] r9524 - mpich2/trunk/test/mpi

balaji at mcs.anl.gov balaji at mcs.anl.gov
Fri Feb 24 18:50:57 CST 2012


Author: balaji
Date: 2012-02-24 18:50:57 -0600 (Fri, 24 Feb 2012)
New Revision: 9524

Modified:
   mpich2/trunk/test/mpi/Makefile.mtest
   mpich2/trunk/test/mpi/Makefile_cxx.mtest
   mpich2/trunk/test/mpi/Makefile_f77.mtest
   mpich2/trunk/test/mpi/Makefile_f90.mtest
Log:
Allow MPIEXEC to be passed as an override option to "make testing",
just like CC and friends. Reported by several binary package
maintainers, though I do not see a ticket corresponding to this issue.

Reviewed by buntinas.

Modified: mpich2/trunk/test/mpi/Makefile.mtest
===================================================================
--- mpich2/trunk/test/mpi/Makefile.mtest	2012-02-25 00:50:55 UTC (rev 9523)
+++ mpich2/trunk/test/mpi/Makefile.mtest	2012-02-25 00:50:57 UTC (rev 9524)
@@ -28,8 +28,6 @@
 
 testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
-			-mpiexec=@MPIEXEC@ \
-			-xmlfile=summary.xml
+		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
 CLEANFILES = summary.xml
-

Modified: mpich2/trunk/test/mpi/Makefile_cxx.mtest
===================================================================
--- mpich2/trunk/test/mpi/Makefile_cxx.mtest	2012-02-25 00:50:55 UTC (rev 9523)
+++ mpich2/trunk/test/mpi/Makefile_cxx.mtest	2012-02-25 00:50:57 UTC (rev 9524)
@@ -24,8 +24,6 @@
 
 testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
-			-mpiexec=@MPIEXEC@ \
-			-xmlfile=summary.xml
+		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
 CLEANFILES = summary.xml
-

Modified: mpich2/trunk/test/mpi/Makefile_f77.mtest
===================================================================
--- mpich2/trunk/test/mpi/Makefile_f77.mtest	2012-02-25 00:50:55 UTC (rev 9523)
+++ mpich2/trunk/test/mpi/Makefile_f77.mtest	2012-02-25 00:50:57 UTC (rev 9524)
@@ -31,8 +31,6 @@
 
 testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
-			-mpiexec=@MPIEXEC@ \
-			-xmlfile=summary.xml
+		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
 CLEANFILES = summary.xml
-

Modified: mpich2/trunk/test/mpi/Makefile_f90.mtest
===================================================================
--- mpich2/trunk/test/mpi/Makefile_f90.mtest	2012-02-25 00:50:55 UTC (rev 9523)
+++ mpich2/trunk/test/mpi/Makefile_f90.mtest	2012-02-25 00:50:57 UTC (rev 9524)
@@ -21,8 +21,6 @@
 
 testing:
 	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
-			-mpiexec=@MPIEXEC@ \
-			-xmlfile=summary.xml
+		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
 
 CLEANFILES = summary.xml
-



More information about the mpich2-commits mailing list