[C-MPI-commits] SF.net SVN: c-mpi:[160] test/mpi_tools/module.mk.in
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2011-02-28 16:56:05
|
Revision: 160
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=160&view=rev
Author: jmwozniak
Date: 2011-02-28 16:55:59 +0000 (Mon, 28 Feb 2011)
Log Message:
-----------
Use LAUNCH variable even for single-process jobs
Modified Paths:
--------------
test/mpi_tools/module.mk.in
Modified: test/mpi_tools/module.mk.in
===================================================================
--- test/mpi_tools/module.mk.in 2011-02-28 16:28:35 UTC (rev 159)
+++ test/mpi_tools/module.mk.in 2011-02-28 16:55:59 UTC (rev 160)
@@ -12,7 +12,7 @@
$(DIR)/test%.out: test/mpi_tools/test%.x
$(Q) " TEST $(@) "
- $(E) $(<) > $(@) 2>&1
+ $(E) $(LAUNCH) $(<) > $(@) 2>&1
$(DIR)/test%.x: test/mpi_tools/test%.o $(MPITOOLS_OBJS)
$(Q) " LINK $(@) "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|