When running a workflow with rapidfire, atomate seems to run a bader analysis automatically because the binary is available in my PATH. This then leads to my runs crashing and taking longer. I think running bader analysis should be specified by the user and not automatic because the binary is available.
I got around it by manually resetting my PATH to exclude the path with bader. It happens around atomate/vasp/drones.py
line 579.
Bader analysis shouldn’t happen by default. STORE_BADER
defaults to False
as you can see here.
Maybe check your config?