## 🚀 Feature Following https://github.com/pytorch/ignite/pull/1116#discussion_r438634275 we need to unify args and methods: - `num_procs_per_node` -> `nproc_per_node` - `idist.get_ntasks_per_node()` -> `idist.nproc_per_node()` - ...