Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
e6a9f68e
Commit
e6a9f68e
authored
May 20, 2008
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Use GOTO-BLAS on deimos
parent
e22abd25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
demo/Makefile
demo/Makefile
+8
-5
No files found.
demo/Makefile
View file @
e6a9f68e
...
...
@@ -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
UMFPACK_LIB
=
-L
$(AMDIS_DIR)
/lib/AMD/Lib
-L
$(AMDIS_DIR)
/lib/UMFPACK/Lib
ifeq
($(strip $(USE_SERVER)), mars)
UMFPACK_LIB
+=
-lmkl
UMFPACK_LIB
+=
-lmkl
-lumfpack
-lamd
else
ifeq
($(strip $(USE_SERVER)), themisto)
UMFPACK_LIB
+=
$(MKL_LIB)
-lmkl
-lguide
-lpthread
UMFPACK_LIB
+=
$(MKL_LIB)
-lmkl
-lguide
-lpthread
-lumfpack
-lamd
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
UMFPACK_LIB
+=
-lumfpack
-lamd
SMI_LIB
=
-L
$(SMI_DIR)
/lib
-lsmi
MPCCI_LIB
=
-L
$(MPCCI_DIR)
/lib/linux-x86-glibc22
-lmpcci
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment