Commit b48898fb authored by Thor Johnsen's avatar Thor Johnsen
Browse files

Bug fix

parent e510b003
...@@ -134,7 +134,7 @@ def main(): ...@@ -134,7 +134,7 @@ def main():
halo_ex = PeerHaloExchanger1d(rank, world_size, pool, half_halo) halo_ex = PeerHaloExchanger1d(rank, world_size, pool, half_halo)
H_split_tests(1,64,336,200, half_halo,rank,world_size,halo_ex) H_split_tests(1,64,336,200, half_halo,rank,world_size,halo_ex)
W_split_tests(1,64,200,336, half_halo,world_size,halo_ex) W_split_tests(1,64,200,336, half_halo,rank,world_size,halo_ex)
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
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