WarpX: FFTW+OpenMP (#24604)

FFTW: prefer with OpenMP acceleration for OpenMP compute backend
This commit is contained in:
Axel Huebl 2021-07-01 17:22:22 -07:00 committed by GitHub
parent 54219852d9
commit d842c08a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ class Warpx(CMakePackage):
depends_on('boost@1.66.0: +math', when='+qedtablegen')
depends_on('cmake@3.15.0:', type='build')
depends_on('cuda@9.2.88:', when='compute=cuda')
depends_on('fftw@3:', when='+psatd compute=omp')
depends_on('fftw@3: +openmp', when='+psatd compute=omp')
depends_on('fftw +mpi', when='+psatd +mpi compute=omp')
depends_on('lapackpp', when='+psatd dims=rz')
depends_on('mpi', when='+mpi')