Skip to content

Commit

Permalink
Merge pull request #485 from raffenet/provisional-constant-values
Browse files Browse the repository at this point in the history
Add missing values for some provisional constants
  • Loading branch information
abouteiller authored Jan 25, 2024
2 parents b5e6dc8 + 016c24d commit 0a7d0f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Chap_API_Proc_Mgmt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,16 @@ \subsection{Spawn-specific constants}
\declareconstitemvalue{PMIX_ERR_JOB_FAILED_TO_LAUNCH}{-181}
One or more processes in the job request failed to launch
%
\declareconstitemProvisional{PMIX_ERR_JOB_EXE_NOT_FOUND}
\declareconstitemvalueProvisional{PMIX_ERR_JOB_EXE_NOT_FOUND}{-190}
Specified executable not found
%
\declareconstitemProvisional{PMIX_ERR_JOB_INSUFFICIENT_RESOURCES}
\declareconstitemvalueProvisional{PMIX_ERR_JOB_INSUFFICIENT_RESOURCES}{-234}
Insufficient resources to spawn job
%
\declareconstitemProvisional{PMIX_ERR_JOB_SYS_OP_FAILED}
\declareconstitemvalueProvisional{PMIX_ERR_JOB_SYS_OP_FAILED}{-235}
System library operation failed
%
\declareconstitemProvisional{PMIX_ERR_JOB_WDIR_NOT_FOUND}
\declareconstitemvalueProvisional{PMIX_ERR_JOB_WDIR_NOT_FOUND}{-233}
Specified working directory not found
%
\end{constantdesc}
Expand Down

0 comments on commit 0a7d0f8

Please sign in to comment.