Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
ada4194a
Commit
ada4194a
authored
Aug 19, 2008
by
Thomas Witkowski
Browse files
* changed Makefile for compiling MPI programs on deimos
parent
adc57a42
Changes
1
Show whitespace changes
Inline
Side-by-side
demo/Makefile
View file @
ada4194a
...
...
@@ -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++
...
...
Write
Preview
Supports
Markdown
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