Skip to content

Commit

Permalink
Fix vpicio_mts
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Jun 4, 2024
1 parent 3a52620 commit 4b2efdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/vpicio_mts.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ main(int argc, char **argv)
printf("Writing %" PRIu64 " number of particles for %llu steps with %d clients.\n", numparticles,
steps, size);

dims[0] = numparticles;
dims[0] = numparticles * size;

x = (float *)malloc(numparticles * sizeof(float));
y = (float *)malloc(numparticles * sizeof(float));
Expand Down

0 comments on commit 4b2efdf

Please sign in to comment.