Skip to content
Snippets Groups Projects
Commit 0131b683 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

did not link in debug mode.

[[Imported from SVN: r5149]]
parent 23f99542
No related branches found
No related tags found
No related merge requests found
......@@ -72,11 +72,11 @@ gcdlcdtest_DEPENDENCIES = $(LOCAL_LIBS)
mpihelpertest_SOURCES = mpihelpertest.cc
mpihelpertest_CXXFLAGS = $(MPI_CPPFLAGS)
mpihelpertest_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
mpihelpertest_LDFLAGS = $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
mpicollcomm_SOURCES = mpicollectivecommunication.cc
mpicollcomm_CXXFLAGS = $(MPI_CPPFLAGS)
mpicollcomm_LDFLAGS = $(MPI_LDFLAGS) $(MPI_LIBS)
mpicollcomm_LDFLAGS = $(LOCAL_LIBS) $(MPI_LDFLAGS) $(MPI_LIBS)
singletontest_SOURCES = singletontest.cc
singletontest_LDFLAGS = $(LOCAL_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment