Skip to content

Commit 54eb6e8

Browse files
committed
Datatype fix in Benchmark
1 parent 2c771b6 commit 54eb6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openPMD/benchmark/mpi/MPIBenchmark.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ MPIBenchmark<DatasetFillerProvider>::runBenchmark(int rootThread)
239239
}
240240
for (Datatype dt : datatypes)
241241
{
242-
switchType<BenchmarkExecution<Clock>>(dt, exec, res, rootThread);
242+
switchDatasetType<BenchmarkExecution<Clock>>(dt, exec, res, rootThread);
243243
}
244244

245245
return res;

0 commit comments

Comments
 (0)