ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
42 stars 21 forks source link

Avoid using number of processes in confermers job #693

Open NellyMitnik opened 10 months ago

NellyMitnik commented 10 months ago

While working on 2-nbutylfuran: CCCCC1=CC=CO1 for a BDE job, some Gaussian jobs weren't computed (such as SP jobs) due to using a pipe. An example line: Running local job array (**pipe**) conformer18 (a3503) using gaussian for nbutylfuran_BDE_8_21_A. At the same time, furfuryl: OCC1=CC=CO1, converged and the pipe wasn't used. An input file in txt format is attached in order to reproduce this issue. input.txt To overcome this, in job/adapter.py, the number of conformers before increasing the number of processes, was increased from 10 to 100.