flux-framework / PerfFlowAspect

An Aspect Oriented Programming (AOP)-based tool to analyze cross-cutting performance concerns of composite science workflows.
https://perfflowaspect.readthedocs.io
GNU Lesser General Public License v3.0
2 stars 15 forks source link

Smoketests should be installed when CUDA is not found #131

Closed tpatki closed 9 months ago

tpatki commented 9 months ago

Currently, the tests are only getting installed if CUDA is found, I believe.

https://github.com/flux-framework/PerfFlowAspect/blob/main/src/c/test/CMakeLists.txt#L39-L42