From 3593c46a263ade6d03e49f956b34370f1bb89649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 12 Oct 2023 09:41:24 +0200 Subject: [PATCH] Test parallel output in openpmd-pipe test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf9972177f..3331516acd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1370,7 +1370,7 @@ if(openPMD_BUILD_TESTING) --infile ../samples/git-sample/thetaMode/data%T.h5 \ --outfile ../samples/git-sample/thetaMode/data.bp && \ \ - ${Python_EXECUTABLE} \ + ${MPI_TEST_EXE} ${Python_EXECUTABLE} \ ${openPMD_RUNTIME_OUTPUT_DIRECTORY}/openpmd-pipe \ --infile ../samples/git-sample/thetaMode/data.bp \ --outfile ../samples/git-sample/thetaMode/data%T.json \