Skip to content
Snippets Groups Projects
Commit d3324120 authored by Morris Jette's avatar Morris Jette
Browse files

Modify error message for incompatible RPC versions

parent e993dcb1
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ static slurm_errtab_t slurm_errtab[] = {
{ SLURM_COMMUNICATIONS_SHUTDOWN_ERROR,
"Communication shutdown failure" },
{ SLURM_PROTOCOL_VERSION_ERROR,
"Protocol version has changed, re-link your code" },
"Incompatible versions of client and server code" },
{ SLURM_PROTOCOL_IO_STREAM_VERSION_ERROR,
"I/O stream version number error" },
{ SLURM_PROTOCOL_AUTHENTICATION_ERROR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment