|
From: <den...@us...> - 2010-07-12 08:00:59
|
Revision: 92
http://dsim.svn.sourceforge.net/dsim/?rev=92&view=rev
Author: denis_arnaud
Date: 2010-07-12 08:00:51 +0000 (Mon, 12 Jul 2010)
Log Message:
-----------
[Test MPI] Had the building (of MPI log server test) use Autotools.
Modified Paths:
--------------
trunk/dsim/test/boost/mpi/log_server/Makefile.am
Modified: trunk/dsim/test/boost/mpi/log_server/Makefile.am
===================================================================
--- trunk/dsim/test/boost/mpi/log_server/Makefile.am 2010-07-12 07:58:47 UTC (rev 91)
+++ trunk/dsim/test/boost/mpi/log_server/Makefile.am 2010-07-12 08:00:51 UTC (rev 92)
@@ -12,14 +12,6 @@
check_PROGRAMS = log_server client
-# mpi_c must be compiled with mpic++
-# Note: mpic++/mpiCC is a wrapper around the MPI C++ compiler, and knows
-# where MPI is installed. So, there is no need to specify any other
-# CFLAGS or LDFLAGS at that stage.
-mpi_c_SOURCES = mpi_c.cpp
-mpi_c: $(mpi_c_SOURCES)
- mpic++ -o $@ $<
-
#
log_server_SOURCES = log_server.cpp
log_server_CXXFLAGS = $(BOOST_CFLAGS) $(MPIGEN_CFLAGS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|