Closed KyleFromNVIDIA closed 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.
rapids_test_add()
${MPIEXEC_EXECUTABLE}
/merge
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.