mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-12-22 04:13:31 +01:00
Removed merging on same compute node
This commit is contained in:
parent
b389056421
commit
89bd9d9c7f
@ -65,7 +65,7 @@ let run ?(daemon=true) ezfio_filename =
|
||||
|
||||
|
||||
(** Maximum size of the blocks file before compressing *)
|
||||
let max_file_size = ref ( 64/64 * 1024 )
|
||||
let max_file_size = ref (1024 * 1024)
|
||||
in
|
||||
|
||||
|
||||
|
@ -727,7 +727,9 @@ let compress_files () =
|
||||
|> max_value_per_compute_node
|
||||
| _ ->
|
||||
of_raw_data ~locked:false ~range:(0.,100.) p
|
||||
(*
|
||||
|> merge_per_compute_node_and_block_id
|
||||
*)
|
||||
in
|
||||
List.iter (fun x ->
|
||||
output_string block_channel (Block.to_string x);
|
||||
|
Loading…
Reference in New Issue
Block a user