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

* Use GOTO-BLAS on deimos

parent e22abd25
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ MPCCI_DIR = ...@@ -23,7 +23,7 @@ MPCCI_DIR =
# ============================================================================ # ============================================================================
# !!! Do not edit the file after this line !!! # !!! Do not edit after this line !!!
# ============================================================================ # ============================================================================
...@@ -53,15 +53,18 @@ PNG_LIB = -lpng ...@@ -53,15 +53,18 @@ PNG_LIB = -lpng
UMFPACK_LIB = -L$(AMDIS_DIR)/lib/AMD/Lib -L$(AMDIS_DIR)/lib/UMFPACK/Lib UMFPACK_LIB = -L$(AMDIS_DIR)/lib/AMD/Lib -L$(AMDIS_DIR)/lib/UMFPACK/Lib
ifeq ($(strip $(USE_SERVER)), mars) ifeq ($(strip $(USE_SERVER)), mars)
UMFPACK_LIB += -lmkl UMFPACK_LIB += -lmkl -lumfpack -lamd
else else
ifeq ($(strip $(USE_SERVER)), themisto) ifeq ($(strip $(USE_SERVER)), themisto)
UMFPACK_LIB += $(MKL_LIB) -lmkl -lguide -lpthread UMFPACK_LIB += $(MKL_LIB) -lmkl -lguide -lpthread -lumfpack -lamd
else else
UMFPACK_LIB += -lblas ifeq ($(strip $(USE_SERVER)), deimos)
UMFPACK_LIB += -lumfpack -lamd -L/licsoft/libraries/goto -lgoto -lpthread
else
UMFPACK_LIB += -lblas -lumfpack -lamd
endif
endif endif
endif endif
UMFPACK_LIB += -lumfpack -lamd
SMI_LIB = -L$(SMI_DIR)/lib -lsmi SMI_LIB = -L$(SMI_DIR)/lib -lsmi
MPCCI_LIB = -L$(MPCCI_DIR)/lib/linux-x86-glibc22 -lmpcci MPCCI_LIB = -L$(MPCCI_DIR)/lib/linux-x86-glibc22 -lmpcci
......
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