[CMake] Using Different Computers for cmake and ctest

Brian S briansdeveloper at gmail.com
Wed Jul 18 09:49:47 EDT 2018


I currently use cmake/ctest to build and test my software. The software is
C++/CUDA. During the build step I don't need a GPU but in the test step I
do. I would like to build the code with cmake on a cluster with many CPUs
and then run the tests using ctest on a target machine with a GPU. Is this
possible?

I have thought about using nvidia-docker but that only works on one of my
target platforms.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20180718/55d7fd95/attachment.html>


More information about the CMake mailing list