From f86cf108af22edc40e4043391106c288fe3eee96 Mon Sep 17 00:00:00 2001 From: wkliao Date: Wed, 6 Dec 2023 11:34:49 -0600 Subject: [PATCH] silence compilation warning on Type mismatch --- benchmarks/FLASH-IO/flash_benchmark_io.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/FLASH-IO/flash_benchmark_io.F90 b/benchmarks/FLASH-IO/flash_benchmark_io.F90 index 9000a3a39..f35190cb8 100644 --- a/benchmarks/FLASH-IO/flash_benchmark_io.F90 +++ b/benchmarks/FLASH-IO/flash_benchmark_io.F90 @@ -127,7 +127,7 @@ program flash_benchmark_io ! netCDF plotfile -- corners !--------------------------------------------------------------------------- time_begin = MPI_Wtime() - corner_io = plotfile_ncmpi_par(0,0.e0,.true.) + corner_io = plotfile_ncmpi_par(0, DBLE(0.0), .true.) time_io(3) = MPI_Wtime() - time_begin call report_io_performance(verbose, local_blocks, time_io, chk_io, &