Skip to content
Snippets Groups Projects
Commit bc55d131 authored by Oliver Sander's avatar Oliver Sander
Browse files

Rename test 'mpicollcomm' to 'mpicollectivecommunication',

so it matches the name of its source file.

[[Imported from SVN: r6645]]
parent 69770655
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Makefile.in
semantic.cache
dynvectortest
fvectortest
mpicollcomm
mpicollectivecommunication
lrutest
test-stack
arraylisttest
......
......@@ -19,7 +19,7 @@ TESTPROGS = \
iteratorfacadetest \
iteratorfacadetest2 \
lrutest \
mpicollcomm \
mpicollectivecommunication \
mpiguardtest \
mpihelpertest \
mpihelpertest2 \
......@@ -182,10 +182,10 @@ mpihelpertest2_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS) -DMPIHELPER_PREINITI
mpihelpertest2_LDADD = $(DUNEMPILIBS) $(LDADD)
mpihelpertest2_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpicollcomm_SOURCES = mpicollectivecommunication.cc
mpicollcomm_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
mpicollcomm_LDADD = $(DUNEMPILIBS) $(LDADD)
mpicollcomm_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpicollectivecommunication_SOURCES = mpicollectivecommunication.cc
mpicollectivecommunication_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
mpicollectivecommunication_LDADD = $(DUNEMPILIBS) $(LDADD)
mpicollectivecommunication_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpiguardtest_SOURCES = mpiguardtest.cc
mpiguardtest_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS)
......
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