Skip to content

Commit

Permalink
Fixed the window size configuration in window creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Com1t committed Sep 15, 2023
1 parent 1241422 commit e7baaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/libraries/mpi/nodes/win_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def expansion(node, parent_state, parent_sdfg, **kwargs):

code = f"""
MPI_Win_create(_win_buffer,
{win_buf_count_str},
{win_buf_count_str} * sizeof({win_buffer_dtype}),
sizeof({win_buffer_dtype}),
MPI_INFO_NULL,
{comm},
Expand Down

0 comments on commit e7baaf7

Please sign in to comment.