🐛 Bug description
Call idist.initialize("nccl", ...) without GPU (but pytorch providing nccl) raises an error
Exception is thrown in barrier following dist.initialize.
Case nccl + no GPU should raise an explicit exception.
Environment
- PyTorch Version (e.g., 1.4): 1.5
- Ignite Version (e.g., 0.3.0): 0.4
- OS (e.g., Linux): Linux
- How you installed Ignite (
conda, pip, source): conda
- Python version: 3.7
- Any other relevant information: