Add job submit skip in pbs, sge,slurm#558
Open
KanaiYuma-aist wants to merge 43 commits into
Open
Conversation
Collaborator
Author
|
メモ pbs, sge は動作確認出来ていないです |
Collaborator
Author
|
Collaborator
Author
|
Collaborator
Author
|
Collaborator
Author
|
Collaborator
Author
|
conflicts を解消しました
|
Collaborator
Author
|
conflicts を解消しました
|
Collaborator
Author
|
ABCI (PBS) において意図通りに動作することを確認したので、Draft を解除しました。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ジョブは正常終了した一方、
aiaccel-job自体が外的要因で途中で落ちた場合を想定し、aiaccel-job実行時にjob file(.sh)と正常終了したstatus file (.out)が存在する場合にジョブを投入せずに終了する処理を追加しました。status fileに出力されている値が 0 (正常終了) の場合にジョブ投入のスキップ処理を実行しますstatus fileの削除のみを実行し、ジョブ投入を行わずに終了します実行例