NERSC / podman-hpc

Other
38 stars 10 forks source link

The --cuda-mpi flag denotes GPU usage and shouldn't require the --gpu flag #114

Open adamlavely opened 2 months ago

adamlavely commented 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.

pwxy commented 2 months ago

For backward compatibility, it would be best to accept both "--cuda-mpi" and "--cuda-mpi --gpu" for GPU-Aware MPI.