From c4748150d05bbf96c91454be47a71239166eafb0 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index e3b15de1d5..774c0c4323 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -1540,7 +1540,7 @@ inline void write_test(const std::string &backend) Series o = Series( "../samples/serial_write." + backend, Access::CREATE, - R"(rank_table = "hostname")"); + R"({"rank_table": "hostname"})"); ParticleSpecies &e_1 = o.iterations[1].particles["e"]; @@ -1813,7 +1813,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"]; @@ -1933,7 +1933,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); @@ -2011,7 +2011,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]; @@ -2053,7 +2053,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); /*