mirror of
https://igit.ific.uv.es/fernando.p.csic.es/sfcf.jl.git
synced 2025-11-30 09:56:53 +01:00
Added enviroment. Stable version.
This commit is contained in:
parent
b7601bb6af
commit
7d14ab241a
5 changed files with 660 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ function load_gauge_field()
|
|||
end
|
||||
|
||||
f = open(parsed_args["c"],"r")
|
||||
println(log_file,"MD5 checksum of gauge config: ",bytes2hex(md5(f),"\n"))
|
||||
println(log_file,"MD5 checksum of gauge config: ",bytes2hex(md5(f)),"\n")
|
||||
close(f)
|
||||
|
||||
Csw!(dws, U, gp, lp)
|
||||
|
|
@ -186,11 +186,11 @@ end
|
|||
function save_correlators()
|
||||
|
||||
ihdr = [convert(Int32,1708683512)]
|
||||
fname = "./output"*params["Run"]["name"]*".bdio"
|
||||
fname = "./output/"*params["Run"]["name"]*".bdio"
|
||||
|
||||
if isfile(fname)
|
||||
fb = BDIO_open(fname, "a")
|
||||
println(log_file,"Appending output to "*fname)
|
||||
println(log_file,"\n\nAppending output to "*fname*"\n\n")
|
||||
else
|
||||
fb = BDIO_open(fname, "w", "BDIO output from sfcf.jl")
|
||||
println(log_file,"Creating new BDIO output file "*fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue