Commit 6a3aa5d
Fix residual hardcoded WP_MOK in sequential Lustre read path
The MPI_COMM_SELF read path at line 578 still used
int(4._wp, MPI_OFFSET_KIND), assuming single precision.
Apply the same storage_size fix as the rest of the PR.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d2efbb8 commit 6a3aa5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
0 commit comments