Skip to content
Snippets Groups Projects
Commit 982ee0df authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Remove debug messages

parent d518cba8
No related branches found
No related tags found
1 merge request!12Make HDF5 mpi mode work and allow loading state_phys from files making use of sim.oper.axes
......@@ -205,7 +205,6 @@
_create_variable(group_state_phys, k, field_seq)
else:
h5file.atomic = False
mpi.comm.Barrier()
xstart, ystart = self.oper.seq_indices_first_X
xend = xstart + self.oper.shapeX_loc[0]
yend = ystart + self.oper.shapeX_loc[1]
......@@ -223,10 +222,6 @@
raise NotImplementedError(
"Unsupported number of dimensions"
)
print(
f"{mpi.rank} writing {k} x={xstart}:{xend}, y={ystart}:{yend}, {field_loc.shape}"
)
mpi.comm.Barrier()
h5file.close()
if mpi.rank == 0:
h5file = h5pack.File(path_file, "w")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment