Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
43
Merge Requests
43
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
aafe1583
Commit
aafe1583
authored
Feb 26, 2018
by
David Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add userguide documentation and update CHANGELOG
parent
cecc2501
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
24 deletions
+35
-24
CHANGELOG.md
CHANGELOG.md
+1
-0
docs/user-guide/command-line/command-line.tex
docs/user-guide/command-line/command-line.tex
+4
-3
docs/user-guide/installation/source.tex
docs/user-guide/installation/source.tex
+30
-21
No files found.
CHANGELOG.md
View file @
aafe1583
...
...
@@ -34,6 +34,7 @@ v5.0.0
-
Fix mac OSX on buildbots (!876)
-
Fix error from (!826) (!876)
-
Fix minor bug in ARPACK thirdparty build cmake (!874)
-
Remove requirement for modmetis, switch to SCOTCH by default (!899)
-
Switch MeshGraph to use factory pattern and add HDF5 geometry support (!900,
!904)
...
...
docs/user-guide/command-line/command-line.tex
View file @
aafe1583
...
...
@@ -57,9 +57,10 @@ high-memory node, prior to being executed on a multi-node cluster.
\lstinline
[style=BashInputStyle]
{
--use-metis
}
\\
\hangindent
=1.5cm
Forces the use of METIS for mesh partitioning.
If
\nekpp
{}
is compiled with
Scotch support, the default is to use Scotch
.
Forces the use of METIS for mesh partitioning.
Requires the
\inltt
{
NEKTAR
\_
USE
\_
METIS
}
option to be set
.
\lstinline
[style=BashInputStyle]
{
--use-scotch
}
\\
\hangindent
=1.5cm
Forces the use of Scotch for mesh partitioning.
Forces the use of Scotch for mesh partitioning. If
\nekpp
{}
is compiled with
METIS support, the default is to use METIS.
docs/user-guide/installation/source.tex
View file @
aafe1583
...
...
@@ -49,7 +49,7 @@ be downloaded and compiled for use with Nektar++ \emph{automatically} (but not
installed system-wide).
\begin{center}
\begin{tabular
}
{
lccccl
}
\begin{tabular
x}
{
\linewidth
}{
lccccX
}
\toprule
&
&
\multicolumn
{
3
}{
c
}{
Installation
}
&
\\
\cmidrule
(r)
{
3-5
}
Package
&
Req.
&
Sys.
&
User
&
Auto.
&
Note
\\
...
...
@@ -65,7 +65,10 @@ LAPACK & \cmark & \cmark & \cmark & & \\
Boost
$
>
=
1
.
52
$
&
\cmark
&
\cmark
&
\cmark
&
\cmark
&
Compile
with iostreams
\\
ModMETIS
&
\cmark
&
&
&
\cmark
&
\\
Scotch
&
&
\cmark
&
\cmark
&
\cmark
&
Required
for multi-level static condensation, highly recommended
\\
METIS
&
&
\cmark
&
\cmark
&
\cmark
&
Alternative mesh partitioning
\\
FFTW
$
>
3
.
0
$
&
&
\cmark
&
\cmark
&
\cmark
&
For
high-performance FFTs
\\
ARPACK
$
>
2
.
0
$
&
&
\cmark
&
\cmark
&
&
For
...
...
@@ -78,12 +81,10 @@ HDF5 & & \cmark & \cmark & \cmark & For
large-scale parallel I/O (requires CMake >3.1)
\\
PETSc
&
&
&
\cmark
&
\cmark
&
Alternative linear solvers
\\
Scotch
&
&
\cmark
&
\cmark
&
\cmark
&
Alternative mesh partitioning
\\
VTK
$
>
5
.
8
$
&
&
\cmark
&
\cmark
&
&
Visualisation
utilities
\\
\bottomrule
\end{tabular}
\end{tabular
x
}
\end{center}
\begin{warningbox}
...
...
@@ -208,7 +209,7 @@ system-wide).
\end{notebox}
\begin{center}
\begin{tabular
}
{
lccccl
}
\begin{tabular
x}
{
\linewidth
}{
lccccX
}
\toprule
&
&
\multicolumn
{
3
}{
c
}{
Installation
}
&
\\
\cmidrule
(r)
{
3-5
}
Package
&
Req.
&
MacPorts
&
User
&
Auto.
&
Note
\\
...
...
@@ -223,7 +224,10 @@ Xcode \\
Boost
$
>
=
1
.
52
$
&
\cmark
&
\texttt
{
boost
}
&
\cmark
&
\cmark
&
Compile
with iostreams
\\
TinyXML
&
\cmark
&
\texttt
{
tinyxml
}
&
\cmark
&
\cmark
&
\\
ModMETIS
&
\cmark
&
&
&
\cmark
&
\\
Scotch
&
&
\texttt
{
scotch
}
&
\cmark
&
\cmark
&
Required
for multi-level static condensation, highly recommended
\\
METIS
&
&
\texttt
{
metis
}
&
\cmark
&
\cmark
&
Alternative mesh partitioning
\\
FFTW
$
>
3
.
0
$
&
&
\texttt
{
fftw-3
}
&
\cmark
&
\cmark
&
For
high-performance FFTs
\\
ARPACK
$
>
2
.
0
$
&
&
\texttt
{
arpack
}
&
\cmark
&
&
For
...
...
@@ -236,12 +240,10 @@ HDF5 & & \cmark & \cmark & \cmark & For
large-scale parallel I/O (requires CMake >3.1)
\\
PETSc
&
&
\texttt
{
petsc
}
&
\cmark
&
\cmark
&
Alternative linear solvers
\\
Scotch
&
&
\texttt
{
scotch
}
&
\cmark
&
\cmark
&
Alternative mesh partitioning
\\
VTK
$
>
5
.
8
$
&
&
\texttt
{
vtk
}
&
\cmark
&
&
Visualisation utilities
\\
\bottomrule
\end{tabular}
\end{tabular
x
}
\end{center}
\newsavebox\installationOSXMacPortsTip
...
...
@@ -364,7 +366,7 @@ additional build packages. These can either be installed by the user, or
automatically in the build process.
\begin{center}
\begin{tabular
}
{
lcccl
}
\begin{tabular
x}
{
\linewidth
}{
lcccX
}
\toprule
&
&
\multicolumn
{
2
}{
c
}{
Installation
}
&
\\
\cmidrule
(r)
{
3-4
}
Package
&
Req.
&
User
&
Auto.
&
Note
\\
...
...
@@ -374,9 +376,8 @@ CMake $\geq 3.0$ & \cmark & \cmark & & \\
BLAS
&
\cmark
&
\cmark
&
\cmark
&
\\
LAPACK
&
\cmark
&
\cmark
&
\cmark
&
\\
Boost
$
\geq
1
.
55
$
&
\cmark
&
\cmark
&
\cmark
&
Compile with iostreams
\\
ModMETIS
&
\cmark
&
\cmark
&
\cmark
&
\\
\bottomrule
\end{tabular}
\end{tabular
x
}
\end{center}
\subsubsection
{
Detailed instructions
}
...
...
@@ -583,6 +584,12 @@ can be selected using the following options:
that
\nekpp
be built with MPI support with
\inlsh
{
NEKTAR
\_
USE
\_
MPI
}
enabled
and that HDF
5
is compiled with MPI support.
\item
\inlsh
{
NEKTAR
\_
USE
\_
METIS
}
Build
\nekpp
with support for the METIS graph partitioning library. This
provides both an alternative mesh partitioning algorithm to SCOTCH for
parallel simulations.
\item
\inlsh
{
NEKTAR
\_
USE
\_
MKL
}
Use the Intel MKL library. This is typically available on cluster
...
...
@@ -604,12 +611,13 @@ can be selected using the following options:
Build
\nekpp
with support for the PETSc package for solving linear systems.
\item
\inlsh
{
NEKTAR
\_
USE
\_
SCOTCH
}
\item
\inlsh
{
NEKTAR
\_
USE
\_
SCOTCH
}
(
Recommended
)
Build
\nekpp
with support for the SCOTCH graph partitioning library. This
provides an alternative mesh partitioning algorithm to METIS. However, METIS
is still required as it is used by the multi
-
level static condensation
algorithm.
provides both a mesh partitioning algorithm for parallel simulations and
enabled support for multi
-
level static condensation, so is highly
recommended and enabled by default. However for systems that do not support
SCOTCH build requirements
(
e.g. Windows
)
, this can be disabled.
\item
\inlsh
{
NEKTAR
\_
USE
\_
SMV
}
...
...
@@ -642,8 +650,8 @@ automatically built during the \nekpp build process. Below are the choices of X:
\item
\inlsh
{
METIS
}
A graph partitioning library used for
substructuring of matrices and mesh
partitioning when
\nekpp
is run
in parallel.
A graph partitioning library used for
mesh partitioning when
\nekpp
is run
in parallel.
\item
\inlsh
{
PETSC
}
...
...
@@ -651,8 +659,9 @@ automatically built during the \nekpp build process. Below are the choices of X:
\item
\inlsh
{
SCOTCH
}
An alternative graph partitioning library used for mesh partitioning when
\nekpp
is run in parallel.
A graph partitioning library used for mesh partitioning when
\nekpp
is run
in parallel, and reordering routines that are used in multi
-
level static
condensation.
\item
\inlsh
{
TINYXML
}
...
...
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