rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

Install mg test executables #4656

Closed KyleFromNVIDIA closed 2 months ago

KyleFromNVIDIA commented 2 months ago

rapids_test_add() does not install the executables we need, because it's checking the value of ${MPIEXEC_EXECUTABLE} and seeing that it's not a target. Install the target separately.

KyleFromNVIDIA commented 2 months ago

/merge