Use MKL implementation of fftw3 by default when mkl is found

This commit is contained in:
Taillefumier Mathieu 2023-10-24 20:39:01 +02:00 committed by GitHub
parent 01090ebf07
commit 3302655999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 32 deletions

View file

@ -28,7 +28,6 @@ if ! cmake \
-DCP2K_USE_LIBXC=ON \
-DCP2K_USE_LIBTORCH=OFF \
-DCP2K_USE_MPI=ON \
-DCP2K_USE_MPI_F08=ON \
-DCP2K_ENABLE_REGTESTS=ON \
.. &> ./cmake.log; then
tail -n 100 cmake.log