Skip to content

Commit

Permalink
Modification Kolmolaw
Browse files Browse the repository at this point in the history
  • Loading branch information
agoua committed May 16, 2024
1 parent 00fec85 commit 7f20d62
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 33 deletions.
Empty file modified doc/examples/clusters/jean_zay/install/4_clone_fluid.sh
100755 → 100644
Empty file.
Empty file modified doc/examples/clusters/licallo/install/4_clone_fluid.sh
100755 → 100644
Empty file.
Empty file modified doc/examples/clusters/licallo/install/install_p3dfft.sh
100755 → 100644
Empty file.
Empty file modified doc/examples/clusters/licallo/install/install_pfft.sh
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions fluidsim/base/output/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def _create_file_from_dict_arrays(
if os.path.exists(path_file):
print("file NOT created since it already exists!")
elif mpi.rank == 0:

with h5py.File(path_file, "w") as file:
file.attrs["date saving"] = str(datetime.datetime.now()).encode()
file.attrs["name_solver"] = self.output.name_solver
Expand Down
Loading

0 comments on commit 7f20d62

Please sign in to comment.