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
e52435e6
Commit
e52435e6
authored
18 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
Some changes about ALUGrid installation.
[[Imported from SVN: r4740]]
parent
ecab0218
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/installation-notes.wml
+14
-7
14 additions, 7 deletions
doc/installation-notes.wml
with
14 additions
and
7 deletions
doc/installation-notes.wml
+
14
−
7
View file @
e52435e6
...
...
@@ -102,13 +102,15 @@ available for download. You'll have to inquire via email.
<h3>
ALUGrid
</h3>
<ol>
<li>
Download
at lea
st version
0.3
of ALUGrid from the
<a
href=
"http://www.mathematik.uni-freiburg.de/IAM/Research/alugrid/"
>
ALUGrid homepage
</a>
.
</li>
<li>
Download
the late
st version of ALUGrid from the
<a
href=
"http://www.mathematik.uni-freiburg.de/IAM/Research/alugrid/"
>
ALUGrid homepage
</a>
.
</li>
<li><p>
Unpack it in a directory
</p>
<kbd>
tar xzf ALUGrid-0.
3
.tar.gz
</kbd>
<kbd>
tar xzf ALUGrid-0.
x
.tar.gz
</kbd>
<p>
and move to that directory
</p>
<kbd>
cd ALUGrid-0.3
</kbd></li>
cd ALUGrid-0.x
</kbd>
<p>
and read the README file first.
</p>
</li>
<li><p>
Configure ALUGrid, e. g.
</p>
<kbd>
...
...
@@ -118,7 +120,8 @@ available for download. You'll have to inquire via email.
<p>
for the sequential use of ALUGrid.
</p>
<p>
With --prefix the absolute path of the directory we install to has
to be given.
to be given. If no --prefix given, ALUGrid is installed into the
directory where it was unpacked.
</p>
<p>
With the variable CC and CXX we tell configure the C and C++
...
...
@@ -127,8 +130,12 @@ available for download. You'll have to inquire via email.
</p>
<p>
If you want to use the parallel version of ALUGrid one has to
proceed as follows. As the compiler used to compile your mpi
version might differ from the version needed for DUNE instead of
proceed as follows. To compile the library you need a valid MPI version
installed. The easiest way to compile the parallel version is to use
the MPI compiler script (i.e. mpiCC or mpicxx) by calling configure with CXX="mpicxx" for
example. Optionally you can use the DUNE mpi-config tool.
As the compiler used to compile your mpi version might differ from
the version needed for DUNE instead of
specify mpi as the compiler we provide the include path and linker
path of MPI.
</p>
...
...
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