-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed TORQUE scheduler related classes, objects, templates, etc to PBS in code and documentation. * changed torque to pbs * fixed isort error * changed torque to pbs * rename PBSScheduler * rename PBSScheduler * rename PBSScheduler * Add changelog entry. * Rename Torque -> PBS in more places. * Update contributors.yaml * Added back deprecated class for DefaultTorqueEnvironment. * Remove extra line in contributors.yaml. * Fix import. Co-authored-by: Bradley Dice <[email protected]>
- Loading branch information
1 parent
4d49e4f
commit 3c2a1b0
Showing
9 changed files
with
62 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _pbs: | ||
|
||
PBS | ||
=== | ||
|
||
`Link to qsub man page <https://linux.die.net/man/1/qsub-torque>`_ | ||
|
||
.. autoclass:: flow.environment.DefaultPBSEnvironment | ||
|
||
.. literalinclude:: ../../flow/templates/pbs.sh | ||
:language: jinja | ||
:caption: pbs.sh |
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.