Skip to content

Commit dc64a97

Browse files
author
Alessandro Fanfarillo
committed
Fix small bug about number of failed images
1 parent 59ce1e5 commit dc64a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi/mpi_caf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static void verbose_comm_errhandler(MPI_Comm* pcomm, int* err, ...){
143143
for(i = 0; i < nf; i++)
144144
ranks_gc[i]++;
145145

146-
n_failed_imgs = nf;
146+
n_failed_imgs += nf;
147147
error_called = 1;
148148
}
149149

0 commit comments

Comments
 (0)