Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b48898f

Browse files
committed
Bug fix
1 parent e510b00 commit b48898f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apex/contrib/peer_memory/peer_halo_exchange_module_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def main():
134134
halo_ex = PeerHaloExchanger1d(rank, world_size, pool, half_halo)
135135

136136
H_split_tests(1,64,336,200, half_halo,rank,world_size,halo_ex)
137-
W_split_tests(1,64,200,336, half_halo,world_size,halo_ex)
137+
W_split_tests(1,64,200,336, half_halo,rank,world_size,halo_ex)
138138

139139

140140
if __name__ == "__main__":

0 commit comments

Comments
 (0)