Open lang-m opened 1 year ago
Need to check:
variant(
"pnfft",
default=False,
when="+pfft",
description="Compile with PNFFT - Parallel Nonequispaced FFT library",
)
For the p
variants, we need +mpi
.
Check if the required dependency here is pfft
(as above) or nfft
.
Do the p
variants depend on fftw+mpi
? (Henning says 'yes')
A few month ago support for
nfft
andpnfft
was added. I don't know which combinations of these libraries should either be used together or are mutually exclusive. Should additional checks be added in case any specific combinations are required or disallowed?