.. _execution: ========= Execution ========= These guides explain how to run the same MC/DC input on different hardware and computing environments. - Start with :doc:`cpu` for local execution, Numba modes, and MPI. - Use :doc:`gpu` when targeting supported NVIDIA or AMD accelerators. - Use :doc:`batch_systems` when submitting calculations through a scheduler on an HPC system. .. toctree:: :maxdepth: 1 cpu gpu batch_systems