ICRAR / leap-accelerate

Low-frequency Excision of the Atmosphere in Parallel
GNU General Public License v2.0
1 stars 1 forks source link

Xenial build support #6

Closed calgray closed 4 years ago

calgray commented 4 years ago

This change adds a travisCI build against the known cluster library versions:

This version of nvcc can't compile googletest so the .cu test files have been excluded from this build. Cuda kernels can still be tested though via linking to the nvcc compiled objects (example in vector_tests.cc)

calgray commented 4 years ago

only other change I may need is to setup lapack for cpu side SVD. I'll add it in before supporting cluster builds.