GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
761 stars 60 forks source link

Add test that all the patterns compile #111

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

OpenCL drivers aren't available on the CI machines, so we can't run the OpenCL patterns. But I'm hoping that we can compile the kernels, which would show up errors.

Update: No, it seems that the OpenCL drivers are needed even just to compile the kernels. However, on macOS the OpenCL drivers are available. Yay! So with this PR we know that all our patterns compile on at least one machine.