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

The calculation on a cluster may stuck if the connection fails #92

Closed mesonepigreco closed 2 years ago

mesonepigreco commented 2 years ago

This is due to the new locking of thread functions. If a tread that is locking crashes, it is unable to unlock the other threads.

mesonepigreco commented 2 years ago

The error should be fixed