-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from prisms-center/4.X
4.X
- Loading branch information
Showing
28 changed files
with
913 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
.. scripts/taskmaster.rst | ||
taskmaster | ||
========== | ||
``taskmaster`` | ||
============== | ||
|
||
``taskmaster`` submits a job on the PRISMS flux debug queue that will repeatedly | ||
resubmit any ``Auto`` jobs in the job database that have completed but whose | ||
taskstatus is still ``'Incomplete'`` (perhaps because the jobs has hit the walltime | ||
before completing or failed to converge) and then resubmit itself with a delay | ||
before execution. | ||
Summary: | ||
-------- | ||
|
||
To use on machines other than flux change the line containing | ||
``taskmaster`` submits a job that will repeatedly resubmit any ``Auto`` jobs in | ||
the job database that have completed but whose taskstatus is still ``'Incomplete'`` | ||
(perhaps because the jobs has hit the walltime before completing or failed to | ||
converge) and then resubmit itself with a delay before execution. As not all | ||
compute resources allow this behavior, remember check the policy prior to using | ||
``taskmaster`` on a new compute resource. | ||
|
||
:: | ||
The job submission options can be customized by editing the ``prisms-jobs`` | ||
`configuration file`_. | ||
|
||
j = prisms_jobs.templates.PrismsDebugJob(...) | ||
|
||
Help documentation: | ||
------------------- | ||
``--help`` documentation: | ||
------------------------- | ||
|
||
.. argparse:: | ||
:filename: scripts/taskmaster | ||
:filename: prisms_jobs/scripts/taskmaster.py | ||
:func: parser | ||
:prog: taskmaster | ||
|
||
_`configuration file`: config.html |
Oops, something went wrong.