Skip to content

Commit

Permalink
switch printout for parallel_warn
Browse files Browse the repository at this point in the history
Co-authored-by: Lenz Fiedler <[email protected]>
  • Loading branch information
timcallow and RandomDefaultUser authored Feb 20, 2024
1 parent 407ef2f commit 975c791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mala/descriptors/descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def _setup_lammps(self, nx, ny, nz, outdir, lammps_dict,
"""
from lammps import lammps

printout("Warning: do not initialize more than one pre-processing calculation\
parallel_warn("Do not initialize more than one pre-processing calculation\
in the same directory at the same time. Data may be over-written.")

if self.parameters._configuration["mpi"] and \
Expand Down

0 comments on commit 975c791

Please sign in to comment.