Skip to content

Commit a21ff8c

Browse files
committed
Reactivate parts of test
previously commented out while debugging
1 parent 6e2ace5 commit a21ff8c

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)