alanwilter / acpype

OFFICIAL: AnteChamber PYthon Parser interfacE
https://alanwilter.github.io/acpype/
GNU General Public License v3.0
201 stars 46 forks source link

Handle the competition for parmGaffffxxSBFile when running acpype concurrently. #102

Closed 9527567 closed 12 months ago

9527567 commented 1 year ago

When acpype is concurrent on a host, there is a chance of writing the parmGaffffxxSBFile file simultaneously. Therefore, add simple judgments to avoid this issue as much as possible.