Skip to content

Update ase/calculators/exciting.py to fix mpi runs

Chang Liu requested to merge (removed):master-exciting-bugfix into master

Added a new argument "mpi_command" to make the calculator working when running with MPI on super computers, e.g. mpi_command = 'mpirun'. It is by default None.

Merge request reports