SSCHAcode / python-sscha

The python implementation of the Stochastic Self-Consistent Harmonic Approximation (SSCHA).
GNU General Public License v3.0
55 stars 21 forks source link

Error when executing in parallel and getting an imagiary frequency #196

Open mesonepigreco opened 6 months ago

mesonepigreco commented 6 months ago

When executing in parallel a SSCHA minimization I get an error on SchaMinimizer.py, line 1590, in check_imaginary_frequencies

print("\n".join(....)

Redirecting to Parallel.py module, line 59, in print

print(*argv)

BlockingIOError: {Errno 11] write could not complete without blocking