add new exit codes

This commit is contained in:
germ3n 2025-07-17 12:14:29 +01:00 committed by FiveMovesAhead
parent be50f55974
commit a9fcd87720
2 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,8 @@ def run_tig_runtime(nonce, batch, so_path, ptx_path, results_dir):
if ret is not None:
# exit codes:
# 0 - success
# 82 - cuda out of memory
# 83 - host out of memory
# 84 - runtime error
# 85 - no solution
# 86 - invalid solution

View File

@ -58,6 +58,8 @@ Options:
The following exit codes indicate specific meanings:
* 0 - solution found
* 82 - cuda out of memory
* 83 - host out of memory
* 84 - runtime error
* 85 - no solution found
* 86 - invalid solution