commit cd595f9d101ce0d7c7b5bc7acdc682256ed8e05b
parent 9051f2ebcb9dd5647a6cc4e46ae1f1d42e028310
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 3 Jun 2024 21:17:54 +0200
Correction of the "solve camera" test when using MPI
Non-master processes return prematurely from the test function, leading
to blocking of the master process waiting for them for subsequent
calculations.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/test_sdis_solve_camera.c b/src/test_sdis_solve_camera.c
@@ -730,7 +730,6 @@ draw
if(!is_master_process) {
CHK(img0 == NULL);
- return; /* Nothing more to do */
} else {
check_image(img0);
write_image(stdout, img0);