diff --git a/test/Files_ParallelIO/read_variablebased_randomaccess.cpp b/test/Files_ParallelIO/read_variablebased_randomaccess.cpp index b0d5f51f05..7a3efb5526 100644 --- a/test/Files_ParallelIO/read_variablebased_randomaccess.cpp +++ b/test/Files_ParallelIO/read_variablebased_randomaccess.cpp @@ -249,7 +249,7 @@ auto read_variablebased_randomaccess() -> void create_file_in_serial(true); } MPI_Barrier(MPI_COMM_WORLD); - // read_file_in_parallel(std::nullopt); + read_file_in_parallel(std::nullopt); if (rank == 0) { create_file_in_serial(false);