Skip to content
Snippets Groups Projects
Commit 5c193d4b authored by René Heß's avatar René Heß
Browse files

Add comment to option file

parent 21b6c890
No related branches found
No related tags found
No related merge requests found
...@@ -50,10 +50,6 @@ l2error_tree_path: ...@@ -50,10 +50,6 @@ l2error_tree_path:
type: string type: string
default: None default: None
helpstr: "Tree pathes that should be considered for l2 error calculation. Default None means we take all of them into account." helpstr: "Tree pathes that should be considered for l2 error calculation. Default None means we take all of them into account."
max_vector_width:
type: integer
default: 256
helpstr: None
opcounter: opcounter:
type: boolean type: boolean
default: False default: False
...@@ -70,10 +66,6 @@ overlapping: ...@@ -70,10 +66,6 @@ overlapping:
type: boolean type: boolean
default: False default: False
helpstr: "Use an overlapping solver and constraints. You still need to make sure to construct a grid with overlap! The parallel option will be set automatically." helpstr: "Use an overlapping solver and constraints. You still need to make sure to construct a grid with overlap! The parallel option will be set automatically."
parallel:
type: boolean
default: False
helpstr: "Mark that this program should be run in parallel. If set to true the c++ code will check that there are more than 1 MPI-ranks involved and the error computation will use communication."
performance_measuring: performance_measuring:
type: boolean type: boolean
default: False default: False
...@@ -101,4 +93,14 @@ use_likwid: ...@@ -101,4 +93,14 @@ use_likwid:
yaspgrid_offset: yaspgrid_offset:
type: boolean type: boolean
default: False default: False
helpstr: "Set to true if you want a yasp grid where the lower left corner is not in the origin." helpstr: "Set to true if you want a yasp grid where the lower left corner is not in the origin."
\ No newline at end of file
# Arguments that are mainly to be set by logic depending on other options
max_vector_width:
type: integer
default: 256
helpstr: None
parallel:
type: boolean
default: False
helpstr: "Mark that this program should be run in parallel. If set to true the c++ code will check that there are more than 1 MPI-ranks involved and the error computation will use communication."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment