From 18c0eba31060cb9a2dadf314f4f69643b8e93b9a Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Tue, 5 Aug 2008 11:26:32 +0000 Subject: [PATCH] * Makefile changed for MPI programs compiled on mars --- demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Makefile b/demo/Makefile index 7980ddaa..e8fbb1d7 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -112,7 +112,7 @@ ifeq ($(strip $(USE_PARALLEL_AMDIS)), 1) COMPILE = $(MPI_DIR)/bin/mpiCC endif - LIBS += $(PARMETIS_LIB) + LIBS += $(PARMETIS_LIB) -lmpi++ -lmpi else ifeq ($(strip $(USE_COMPILER)), gcc) COMPILE = g++ -- GitLab