Skip to content
Snippets Groups Projects
Commit 18c0eba3 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Makefile changed for MPI programs compiled on mars

parent 715b5139
No related branches found
No related tags found
No related merge requests found
......@@ -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++
......
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