npadmana / DistributedFFT

6 stars 2 forks source link

Make some `use`s public #61

Closed ronawho closed 4 years ago

ronawho commented 4 years ago

chapel-lang/chapel#14353 made use private by default in user modules.

Update DistributedFFT to have public FFTW and BlockDist uses since Block is exposed in exported types (slabDom) and it seems natural to expose FFTW since you'll want FFTW symbols when doing distributed ffts (e.g. FFTW_BACKWARD, FFTW_FORWARD)

npadmana commented 4 years ago

LGTM. Ready to merge?

ronawho commented 4 years ago

Yup