Commit a90a08f
Fix NaN diagnostic print to log correct offset indices
The Intel-compiler NaN check prints logged raw loop indices (j,k,l)
instead of the actual array indices used (j+unpack_offset, etc.),
making the diagnostic misleading when debugging MPI recv errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f6cd29c commit a90a08f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
940 | | - | |
| 940 | + | |
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
0 commit comments