Skip to content

Commit fbf6498

Browse files
Alexander SannikovJuliaRS
authored andcommitted
Fixed typo in helpers/helper_IMB_functions.h
1 parent 0540483 commit fbf6498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_cpp/helpers/helper_IMB_functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ struct Bmark_descr {
781781
Bmark->sample_failure = SAMPLE_FAILED_TIME_OUT;
782782
}
783783

784-
MPI_Allreduce(&mark->sample_failure, __tmp, 1, MPI_INT, MPI_MIN, MPI_COMM_WORLD);
784+
MPI_Allreduce(&Bmark->sample_failure, &__tmp, 1, MPI_INT, MPI_MIN, MPI_COMM_WORLD);
785785
if (__tmp < 0) {
786786
stop_iterations = true;
787787
}

0 commit comments

Comments
 (0)