Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
exa
docs
Commits
45dd36a7
Commit
45dd36a7
authored
2 months ago
by
Deepak Rangarajan
Committed by
Jordan Musser
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix gpu memory inputs descriptions (
!111
)
parent
33e3e204
No related branches found
Branches containing commit
No related tags found
1 merge request
!111
Fix gpu memory inputs descriptions
Pipeline
#43316
passed
2 months ago
Stage: build-docs
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source_docs/user_guide/inputs/advanced.rst
+13
-11
13 additions, 11 deletions
docs/source_docs/user_guide/inputs/advanced.rst
with
13 additions
and
11 deletions
docs/source_docs/user_guide/inputs/advanced.rst
+
13
−
11
View file @
45dd36a7
...
...
@@ -16,7 +16,7 @@ The following inputs must be preceded by "mfix."
| ooo_debug | If true then print the name of the routine we are in | Bool | False |
+------------------------+-----------------------------------------------------------------------+-------------+--------------+
| only_print_grid_report | Do not time-march the simulation. Simply generate the grid report | Bool | False |
| | and exit. | |
False
|
| | and exit. | |
|
+------------------------+-----------------------------------------------------------------------+-------------+--------------+
...
...
@@ -29,7 +29,7 @@ The following inputs must be preceded by "amrex."
+------------------------+-----------------------------------------------------------------------+-------------+--------------+
| fpe_trap_zero | Abort if a division by zero is computed. | Int | 0 |
+------------------------+-----------------------------------------------------------------------+-------------+--------------+
| fpe_trap_overflow | Abort if an
d
overflow is detected. | Int | 0 |
| fpe_trap_overflow | Abort if an overflow is detected.
| Int | 0 |
+------------------------+-----------------------------------------------------------------------+-------------+--------------+
GPU memory
...
...
@@ -37,15 +37,17 @@ GPU memory
The following inputs must be preceded by "amrex."
+----------------------------+-----------------------------------------------------------------------+-------------+--------------+
| | Description | Type | Default |
+============================+=======================================================================+=============+==============+
| the_arena_is_managed | Abort if an invalid floating point exception is encountered. | Int | 0 |
+----------------------------+-----------------------------------------------------------------------+-------------+--------------+
| the_arena_init_size | Abort if and overflow is detected. | Int | 0 |
+----------------------------+-----------------------------------------------------------------------+-------------+--------------+
| abort_on_out_of_gpu_memory | Abort if a division by zero is computed. | Int | 0 |
+----------------------------+-----------------------------------------------------------------------+-------------+--------------+
+----------------------------+-----------------------------------------------------------------------+-------------+---------------+
| | Description | Type | Default |
+============================+=======================================================================+=============+===============+
| the_arena_is_managed | Use managed memory for the main arena. | Int | 0 |
+----------------------------+-----------------------------------------------------------------------+-------------+---------------+
| the_arena_init_size | Main memory arena's initial size in bytes. | Int | 3/4 of system |
| | | | device memory |
+----------------------------+-----------------------------------------------------------------------+-------------+---------------+
| abort_on_out_of_gpu_memory | Abort if free device memory is less than the amount an arena is | Int | 0 |
| | asked to allocate. | | |
+----------------------------+-----------------------------------------------------------------------+-------------+---------------+
Load balancing
...
...
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