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
18651aa8
Commit
18651aa8
authored
14 years ago
by
Thomas Witkowski
Browse files
Options
Downloads
Patches
Plain Diff
Added document with parallel parameters.
parent
debb7eaf
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/parallel_parameters.tex
+69
-0
69 additions, 0 deletions
doc/parallel_parameters.tex
with
69 additions
and
0 deletions
doc/parallel_parameters.tex
0 → 100644
+
69
−
0
View file @
18651aa8
\documentclass
[10pt,a4paper]
{
article
}
\usepackage
[a4paper, left=1.5cm, right=2cm, top=2cm, bottom=2cm]
{
geometry
}
\usepackage
{
amsmath
}
\usepackage
{
amsfonts
}
\usepackage
{
amssymb
}
\usepackage
{
array
}
\usepackage
{
longtable
}
\usepackage
{
textcomp
}
\author
{
IWR
}
\newcommand
{
\basis
}{{
[name]->
}}
\begin{document}
\section
{
MeshDistributor
}
The label
\texttt
{
[name]
}
represents the string that is passed to the
constructor of MeshDistributor.
{
\small
\begin{longtable}
[c]
{
|>
{
\ttfamily
}
lp
{
.15
\textwidth
}
>
{
\ttfamily
}
lp
{
.4
\textwidth
}
|
}
\hline
\textrm
{
\textbf
{
keyword
}}
&
\textrm
{
\textbf
{
data type
}}
&
\textrm
{
\textbf
{
default
}}
&
\textrm
{
\textbf
{
description
}}
\\
\hline\hline
\hline
\basis
repartitioning
&
\textbf
{
bool
}
&
[0]
&
En/disables
repartitioning of the macro mesh, when derivation of mean number of
DOFs exceeds a threshold value.
\\\hline
\basis
repartition ith change
&
\textbf
{
int
}
&
[20]
&
Sets number of
mesh changes to wait before threshold check for repartitioning will
be performed.
\\\hline
\basis
partitioner
&
\textbf
{
enum
}
\{
parmetis, zoltan, simple
\}
&
[parmetis]
&
Defines the external tool that performs the
partitioning of the, e.g.~by graph-partitioning.
{
\em
simple
}
does
not change the initial partitioning, i.e., its a random distribution
of the macro elements to the processors.
\\\hline
\basis
box partitioning
&
\textbf
{
bool
}
&
[0]
&
If the macro mesh is
globally refined from macro.stand.2d or macro.stand.3d, than the
partitioner may compute the partitioning not based on triangled or
tetrahedron, but on (composed) rectangles or boxes. Till now this is
implemented only for 3D and Zoltan partitioner.
\\\hline
\basis
log main rank
&
\textbf
{
bool
}
&
[0]
&
If set to
{
\em
true
}
,
stdout output will be printed only by the main rank 0. Otherwise,
all ranks stdout output will be created.
\\\hline
\basis
pre refine
&
\textbf
{
int
}
&
[-1]
&
If set to -1, the number
of pre refinements for the macro mesh will be calculated for the
given number of processors. This value can be overwritten by setting
a value
$
>
=
0
$
.
\\\hline
\basis
output->serialization filename
&
\textbf
{
string
}
&
[]
&
Name
of the parallel serialization file. If at least one stationary
problem is serialized, this parameter must be set.
\\\hline
\basis
input->serialization filename
&
\textbf
{
string
}
&
[]
&
Name
of the parallel deserialization file. If at least one stationary
problem is deserialized, this parameter must be set.
\\\hline
\basis
debug output dir
&
\textbf
{
string
}
&
[]
&
Path name where
debug data should be written to.
\\\hline
\basis
write parallel debug file
&
\textbf
{
bool
}
&
[0]
&
If set to
{
\em
true
}
, the parallelization will create for each rank a file
with the name ``mpi-dbg-
\{
rank-no
\}
.dat''. This files contain
information about all DOF indices in ranks domain. They may be
useful for debugging or some postprocessing steps.
\\\hline
\end{longtable}
}
\end{document}
\ No newline at end of file
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