mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Add -lfftw3_mpi conditionally to the arch files
This commit is contained in:
parent
9cbea649c3
commit
b6ff463b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ case "$with_fftw" in
|
|||
;;
|
||||
esac
|
||||
if [ "$with_fftw" != "__DONTUSE__" ]; then
|
||||
[ "$MPI_MODE" != "no" ] && FFTW_LIBS="-lfftw3_mpi "
|
||||
[ "$MPI_MODE" != "no" ] && FFTW_LIBS="IF_MPI(-lfftw3_mpi|) "
|
||||
FFTW_LIBS+="-lfftw3 -lfftw3_omp"
|
||||
if [ "$with_fftw" != "__SYSTEM__" ]; then
|
||||
cat << EOF > "${BUILDDIR}/setup_fftw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue