PnMPI icon indicating copy to clipboard operation
PnMPI copied to clipboard

Fixing compilation and runtime issues in timing.c.w

Open cboneti opened this issue 5 years ago • 2 comments

This fixes the issue #11 Besides the compilation errors described in the issue. There was also a runtime error of multiple MPI_Send/Recv being called after MPI_Finalize.

cboneti avatar Oct 14 '20 08:10 cboneti

Is there a reason for renaming the variables?

alehaa avatar Oct 14 '20 09:10 alehaa

Just to differentiate from the structure tag, for clarity. counter.c.w also has a similar approach, the struct tag is "counter" whereas the variable is counters.

cboneti avatar Oct 14 '20 17:10 cboneti