Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iwr
amdis
Commits
ada4194a
Commit
ada4194a
authored
16 years ago
by
Thomas Witkowski
Browse files
Options
Downloads
Patches
Plain Diff
* changed Makefile for compiling MPI programs on deimos
parent
adc57a42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
demo/Makefile
+3
-2
3 additions, 2 deletions
demo/Makefile
with
3 additions
and
2 deletions
demo/Makefile
+
3
−
2
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++
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment