mpich icon indicating copy to clipboard operation
mpich copied to clipboard

romio: GPFS code uses the wrong array

Open RaymondMichael opened this issue 11 months ago • 0 comments

In ad_gpfs_wrcoll.c:ADIOI_GPFS_WriteStridedColl() the call to ADIOI_Calc_others_req() uses count_my_req_per_proc when it should use count_others_req_per_proc instead. See the same code in ad_gpfs_rdcoll().

RaymondMichael avatar Apr 16 '25 19:04 RaymondMichael