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

MPI parallelization with calculator I/O error #24

Closed mesonepigreco closed 2 years ago

mesonepigreco commented 4 years ago

When using a custom calculator and a parallelization with MPI, errors may occur when writing files or reading files as all the processors contemporary try to access to the files. This should be avoided.

mesonepigreco commented 2 years ago

Solved into the branch #63