Skip to content

Commit

Permalink
Update example_code/shmem_reduce_example.c
Browse files Browse the repository at this point in the history
Co-Authored-By: James Dinan <[email protected]>
  • Loading branch information
davidozog and jdinan authored Mar 11, 2020
1 parent 1f9af0e commit 4ce9805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example_code/shmem_reduce_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ int main(void) {
if (value_is_maximal_all[i] == 1) {
printf("%d ", i);
}
} printf("\n");
}
printf("\n");
}

shmem_finalize();
Expand Down

0 comments on commit 4ce9805

Please sign in to comment.