compdyn / partmc

Particle-resolved stochastic atmospheric aerosol model
http://lagrange.mechse.illinois.edu/partmc/
GNU General Public License v2.0
27 stars 15 forks source link

Add GPU testing to make test #126

Open cguzman95 opened 4 years ago

cguzman95 commented 4 years ago

The idea is to add some duplicate tests on CMAKE of the relevant tests (unit tests, test_cb05...) with ENABLE_GPU=ON. This could be similar to the new unit_tests treatment for reactions with different scenarios to test. The idea is to exploit CMAKE and avoid the repetitions of code as much as possible.

With this, we will ensure the GPU option is still working fine after doing changes to the main code.