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

* changed Makefile for compiling MPI programs on deimos

parent adc57a42
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ USE_MPCCI = 0
DEBUG = 0
AMDIS_DIR = /usr/local/AMDiS
MPI_DIR =
MPI_DIR = # on mars, deimos or themisto, leave this field blank
SMI_DIR =
MPCCI_DIR =
......@@ -60,6 +60,7 @@ else
UMFPACK_LIB += $(MKL_LIB) -lmkl -lguide -lpthread -lumfpack -lamd
else
ifeq ($(strip $(USE_SERVER)), deimos)
MPI_DIR = /licsoft/libraries/openmpi/1.2.6/64bit
UMFPACK_LIB += -lumfpack -lamd -L/licsoft/libraries/goto -lgoto -lpthread
else
UMFPACK_LIB += -lblas -lumfpack -lamd
......@@ -112,7 +113,7 @@ ifeq ($(strip $(USE_PARALLEL_AMDIS)), 1)
COMPILE = $(MPI_DIR)/bin/mpiCC
endif
LIBS += $(PARMETIS_LIB) -lmpi++ -lmpi
LIBS += $(PARMETIS_LIB) -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