mmbell / samurai

Spline Analysis at Mesoscale Utilizing Radar and Aircraft Instrumentation
GNU General Public License v3.0
13 stars 16 forks source link

Clean-up of GPU directives. #8

Closed johnmauff closed 5 months ago

johnmauff commented 5 months ago

This PR is a clean-up of some of the GPU directives that were causing issues. I have also enabled a higher level of compiler optimization in the CMake configuration. This appears to give the same answer on the GPU using the Beltrami test case. This PR also eliminates the need to build and run Samurai from the bin directory.

johnmauff commented 5 months ago

I don't think it is ideal to drop all the output files in the main directory either. We need a better solution that places the output files in a directory that makes more sense than either the build or the main directory. Maybe it already exists in Samurai and we just need to figure out how to control it.