From 5c2a753cf847ba7c2fc0c907fdc60e2516e0faf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 17 Aug 2023 17:43:19 +0200 Subject: [PATCH] CI fixes: NVIDIA --- test/SerialIOTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index 4f98d1a305..41d3c823be 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -1781,7 +1781,7 @@ inline void fileBased_write_test(const std::string &backend) Series o = Series( "../samples/subdir/serial_fileBased_write%03T." + backend, Access::CREATE, - R"(rank_table="hostname")"); + R"({"rank_table": "hostname"})"); ParticleSpecies &e_1 = o.iterations[1].particles["e"]; @@ -1901,7 +1901,7 @@ inline void fileBased_write_test(const std::string &backend) Series o = Series( "../samples/subdir/serial_fileBased_write%T." + backend, Access::READ_ONLY, - R"(rank_table="hostname")"); + R"({"rank_table": "hostname"})"); REQUIRE(o.iterations.size() == 5); REQUIRE(o.iterations.count(1) == 1); @@ -1979,7 +1979,7 @@ inline void fileBased_write_test(const std::string &backend) Series o = Series( "../samples/subdir/serial_fileBased_write%T." + backend, Access::READ_WRITE, - R"(rank_table="hostname")"); + R"({"rank_table": "hostname"})"); REQUIRE(o.iterations.size() == 5); o.iterations[6]; @@ -2021,7 +2021,7 @@ inline void fileBased_write_test(const std::string &backend) Series o = Series( "../samples/subdir/serial_fileBased_write%01T." + backend, Access::READ_WRITE, - R"(rank_table="hostname")"); + R"({"rank_table": "hostname"})"); REQUIRE(o.iterations.size() == 1); /*