Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
01cc9085
Commit
01cc9085
authored
21 years ago
by
Mark Grondona
Browse files
Options
Downloads
Patches
Plain Diff
o Added new error SLURM_INSANE_MESSAGE_LENGTH for message lengths > defined
maximum.
parent
91748b8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slurm/slurm_errno.h
+1
-0
1 addition, 0 deletions
slurm/slurm_errno.h
src/common/slurm_errno.c
+3
-1
3 additions, 1 deletion
src/common/slurm_errno.c
with
4 additions
and
1 deletion
slurm/slurm_errno.h
+
1
−
0
View file @
01cc9085
...
@@ -82,6 +82,7 @@ enum {
...
@@ -82,6 +82,7 @@ enum {
SLURM_PROTOCOL_VERSION_ERROR
,
SLURM_PROTOCOL_VERSION_ERROR
,
SLURM_PROTOCOL_IO_STREAM_VERSION_ERROR
,
SLURM_PROTOCOL_IO_STREAM_VERSION_ERROR
,
SLURM_PROTOCOL_AUTHENTICATION_ERROR
,
SLURM_PROTOCOL_AUTHENTICATION_ERROR
,
SLURM_PROTOCOL_INSANE_MSG_LENGTH
,
/* _info.c/communcation layer RESPONSE_SLURM_RC message codes */
/* _info.c/communcation layer RESPONSE_SLURM_RC message codes */
SLURM_NO_CHANGE_IN_DATA
=
1900
,
SLURM_NO_CHANGE_IN_DATA
=
1900
,
...
...
This diff is collapsed.
Click to expand it.
src/common/slurm_errno.c
+
3
−
1
View file @
01cc9085
...
@@ -69,6 +69,8 @@ static slurm_errtab_t slurm_errtab[] = {
...
@@ -69,6 +69,8 @@ static slurm_errtab_t slurm_errtab[] = {
"I/O stream version number error"
},
"I/O stream version number error"
},
{
SLURM_PROTOCOL_AUTHENTICATION_ERROR
,
{
SLURM_PROTOCOL_AUTHENTICATION_ERROR
,
"Protocol authentication error"
},
"Protocol authentication error"
},
{
SLURM_PROTOCOL_INSANE_MSG_LENGTH
,
"Insane message length"
},
/* _info.c/communcation layer RESPONSE_SLURM_RC message codes */
/* _info.c/communcation layer RESPONSE_SLURM_RC message codes */
...
@@ -99,7 +101,7 @@ static slurm_errtab_t slurm_errtab[] = {
...
@@ -99,7 +101,7 @@ static slurm_errtab_t slurm_errtab[] = {
{
ESLURM_JOB_SCRIPT_MISSING
,
{
ESLURM_JOB_SCRIPT_MISSING
,
"Job script not specified"
},
"Job script not specified"
},
{
ESLURM_USER_ID_MISSING
,
{
ESLURM_USER_ID_MISSING
,
"
User id is missing or invalid"
},
"
Invalid user id"
},
{
ESLURM_JOB_NAME_TOO_LONG
,
{
ESLURM_JOB_NAME_TOO_LONG
,
"Job name too long"
},
"Job name too long"
},
{
ESLURM_DUPLICATE_JOB_ID
,
{
ESLURM_DUPLICATE_JOB_ID
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment