From af9e361714b31e3e790ef7f236619ebbec15f460 Mon Sep 17 00:00:00 2001 From: dekken Date: Thu, 6 Jun 2024 00:12:25 +0200 Subject: [PATCH] try some more --- tests/functional/dispersion/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/dispersion/CMakeLists.txt b/tests/functional/dispersion/CMakeLists.txt index 3939031f7..ac381d93d 100644 --- a/tests/functional/dispersion/CMakeLists.txt +++ b/tests/functional/dispersion/CMakeLists.txt @@ -9,5 +9,5 @@ endif() if(HighFive AND testMPI) ## These test use dump diagnostics so require HighFive! - phare_python3_exec(11 4 test-dispersion dispersion.py ${CMAKE_CURRENT_BINARY_DIR}) + phare_mpi_python3_exec(11 4 test-dispersion dispersion.py ${CMAKE_CURRENT_BINARY_DIR}) endif()