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
Merge requests
!21
documentation update to support EB checkpoint files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
documentation update to support EB checkpoint files
github/fork/drangara/eb_checkpoint_files
into
master
Overview
1
Commits
3
Pipelines
0
Changes
2
Merged
Jordan Musser
requested to merge
github/fork/drangara/eb_checkpoint_files
into
master
2 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
Expand
Created by: drangara
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bf5587e9
3 commits,
1 year ago
2 files
+
21
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs/source/inputs/InputsCheckpoint.rst
+
16
−
14
Options
@@ -5,17 +5,19 @@ Checkpoint/Restart
The following inputs must be preceded by "amr" and control checkpoint/restart.
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+==================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | checkpoint file is after a job has run for ten minutes. | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+=========================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | checkpoint file is after a job has run for ten minutes. | | |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| write_geom_chk | When True, writes the EB geometry data into a checkpoint file. | bool | False |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
Loading