npadmana / chpl-gsl

4 stars 1 forks source link

Chapel interface to interpolation #6

Open npadmana opened 5 years ago

npadmana commented 5 years ago

Another area that would clearly benefit from more Chapel friendly wrappers (and would be quite simple) are the interpolation wrappers.

An issue here is that the GSL interpolation calls use an intermediate structure, which can result in race conditions. That would need to be documented.