diff --git a/Project.toml b/Project.toml index 638d686..3ab7a2f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LatticeQCD" uuid = "8a12f9b3-8daf-4285-9aa6-f1d88d857ae8" authors = ["Akio Tomiya", "Yuki Nagai"] -version = "1.0.5" +version = "1.0.6" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/src/system/lqcd.jl b/src/system/lqcd.jl index fc55869..6e8286f 100644 --- a/src/system/lqcd.jl +++ b/src/system/lqcd.jl @@ -144,7 +144,13 @@ function run_LQCD_file(filenamein::String; MPIparallel = false) flush(univ.verbose_print.fp) end - + #println(stdout,univ.verbose_print.fp) + #println("close file") + close(univ.verbose_print.fp) + for meas in measurements.measurements + close(meas.verbose_print.fp) + end + #println(stdout,univ.verbose_print.fp) end println_verbose_level1(univ, "Total Elapsed time $(runtime_all) [s]")