Commit 77d65f4f authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix issue with invalid protocol_version when using srun on ppc64.

Caused by a corrupted protocol_version field value being received
by the slurmstepd, as we cannot safely write/read a uint16_t across
the pipe as if it was an int.

Regression caused by commit 90b116c2.

Bug 5133.
parent f9f395af
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment