Skip to content

Commit 57156f9

Browse files
Reactivate parts of test (#1830)
previously commented out while debugging
1 parent bda5197 commit 57156f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Files_ParallelIO/read_variablebased_randomaccess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ auto read_variablebased_randomaccess() -> void
249249
create_file_in_serial(true);
250250
}
251251
MPI_Barrier(MPI_COMM_WORLD);
252-
// read_file_in_parallel(std::nullopt);
252+
read_file_in_parallel(std::nullopt);
253253
if (rank == 0)
254254
{
255255
create_file_in_serial(false);

0 commit comments

Comments
 (0)