Revision: 102
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=102&view=rev
Author: jmwozniak
Date: 2010-05-12 18:34:31 +0000 (Wed, 12 May 2010)
Log Message:
-----------
Fix label
Modified Paths:
--------------
test/mpi_tools/module.mk.in
Modified: test/mpi_tools/module.mk.in
===================================================================
--- test/mpi_tools/module.mk.in 2010-05-12 15:01:23 UTC (rev 101)
+++ test/mpi_tools/module.mk.in 2010-05-12 18:34:31 UTC (rev 102)
@@ -15,7 +15,7 @@
$(E)$(LAUNCH) -n 3 $(<) > $(@) 2>&1
$(DIR)/test%.x: test/mpi_tools/test%.o $(MPITOOLS_OBJS)
- $(Q) " MPICC $(@) "
+ $(Q) " LINK $(@) "
$(E)$(MPICC) $(MPE) $(<) $(MPITOOLS_OBJS) $(LIBS) -o $(@)
$(DIR)/test-success.out: $(TEST_MPITOOLS_OUTPUT)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|