Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Tobias Leibner
dune-common
Commits
4b60b134
Commit
4b60b134
authored
12 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
BugFix: Fixed error in path. Kudos to Olaf Ippisch
[[Imported from SVN: r6758]]
parent
368a93d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
COPYING
+1
-0
1 addition, 0 deletions
COPYING
m4/parmetis.m4
+1
-1
1 addition, 1 deletion
m4/parmetis.m4
with
2 additions
and
1 deletion
COPYING
+
1
−
0
View file @
4b60b134
...
...
@@ -12,6 +12,7 @@ Copyright holders:
2005--2010 Carsten Gräser
2010--2012 Christoph Grüninger
2006 Bernhard Haasdonk
2012 Olaf Ippisch
2009 Leonard Kern
2005--2007 Sreejith Pulloor Kuttanikkad
2003--2012 Robert Klöfkorn
...
...
This diff is collapsed.
Click to expand it.
m4/parmetis.m4
+
1
−
1
View file @
4b60b134
...
...
@@ -80,7 +80,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
if test x"$with_mpi" != x"no" && test x"$with_parmetis" != x"no" ; then
# defaultpath
PARMETIS_LIB_PATH="$with_parmetis$lib_path"
PARMETIS_LIB_PATH="$with_parmetis
/
$lib_path"
PARMETIS_INCLUDE_PATH="$with_parmetis/$include_path"
PARMETIS_LIBS="-L$PARMETIS_LIB_PATH -l$with_metis_lib $DUNEMPILIBS -lm"
...
...
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