Closed hwpang closed 3 months ago
WARNING:root:Initial mole fractions do not sum to one; normalizing. WARNING:root:Initial mole fractions do not sum to one; normalizing. WARNING:root:Initial mole fractions do not sum to one; normalizing. ⚠️ One or more regression tests failed. Please download the failed results and run the tests locally or check the log to see why.
beep boop this comment was written by a bot :robot:
Motivation or Problem
Currently, the scratch directory in Arkane symmetry calculation is hardcoded to be "./scratch". It makes parallelization difficult as all the jobs will use the same scratch directory name.
Description of Changes
I allow the scratch directory to be a user input with default being "./scratch".
Testing
After this changes, my script was able to run in parallel without crashing due to scratch directory related errors.
Reviewer Tips