Skip to content

Commit

Permalink
measurement is revised
Browse files Browse the repository at this point in the history
  • Loading branch information
cometscome committed Sep 17, 2023
1 parent 7a66f24 commit 55208b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 7 additions & 1 deletion src/system/lqcd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
Expand Down

0 comments on commit 55208b9

Please sign in to comment.