mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +01:00
Fixed walkers pool
This commit is contained in:
parent
0485afda6f
commit
0eb72b9bce
@ -242,6 +242,7 @@ let run ?(daemon=true) ezfio_filename =
|
|||||||
last_save_walkers := t0 ;
|
last_save_walkers := t0 ;
|
||||||
end
|
end
|
||||||
in
|
in
|
||||||
|
save_walkers ();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -772,7 +773,6 @@ let run ?(daemon=true) ezfio_filename =
|
|||||||
in handle msg
|
in handle msg
|
||||||
in
|
in
|
||||||
|
|
||||||
save_walkers ();
|
|
||||||
(* Main loop *)
|
(* Main loop *)
|
||||||
while (!status <> Status.Stopped)
|
while (!status <> Status.Stopped)
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user