From 0fa81b8dd6a2cfeb79f9f7fbf383cc01b789488f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Mon, 16 Oct 2023 17:49:05 +0200 Subject: [PATCH] Test writing of MPI rank table --- test/ParallelIOTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ParallelIOTest.cpp b/test/ParallelIOTest.cpp index 72ef00c32d..09e51bd16b 100644 --- a/test/ParallelIOTest.cpp +++ b/test/ParallelIOTest.cpp @@ -409,7 +409,8 @@ void available_chunks_test(std::string file_ending) << R"END( } } - } + }, + "rank_table": "mpi_processor_name" } )END";