Open adamlavely opened 2 months ago
The --cuda-mpi flag is utilized by users who wish to use CUDA aware MPI. This inherently requires GPU access. Currently the --gpu flag is also required, but the functionality added there should be included in the --cuda-mpi flag.
--cuda-mpi
--gpu
For backward compatibility, it would be best to accept both "--cuda-mpi" and "--cuda-mpi --gpu" for GPU-Aware MPI.
The
--cuda-mpi
flag is utilized by users who wish to use CUDA aware MPI. This inherently requires GPU access. Currently the--gpu
flag is also required, but the functionality added there should be included in the--cuda-mpi
flag.