Enable libxsmm with Darwin (see #3678)

This commit is contained in:
Matthias Krack 2024-09-20 15:38:58 +02:00
parent c1b10bd652
commit 46309a9f2e
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
# Ensure the links in /opt/homebrew/bin to the gcc version
# and "brew unlink openmpi" (or mpich) if installed.
#
# Last update: 17.09.2024
# Last update: 20.09.2024
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
@ -45,7 +45,7 @@
--with-cmake=$(brew --prefix cmake) --with-elpa=no --with-fftw=$(brew --prefix fftw) --with-gcc=system \
--with-gsl=$(brew --prefix gsl) --with-hdf5=$(brew --prefix hdf5) --with-libxc=$(brew --prefix libxc) \
--with-ninja=$(brew --prefix ninja) --with-openblas=$(brew --prefix openblas) --with-${mpi_implementation} \
--with-libxsmm=no --with-pexsi=no --with-quip=no; \
--with-pexsi=no --with-quip=no; \
source ./install/setup; \
cd ../..; \
echo; \

View file

@ -8,7 +8,7 @@
# Usage: Source this arch file and then run make as instructed.
# Ensure the links in /opt/homebrew/bin to the gcc version.
#
# Last update: 17.09.2024
# Last update: 20.09.2024
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
@ -39,7 +39,7 @@
./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} \
--with-cmake=$(brew --prefix cmake) --with-fftw=$(brew --prefix fftw) --with-gcc=system \
--with-libxc=$(brew --prefix libxc) --with-ninja=$(brew --prefix ninja) \
--with-openblas=$(brew --prefix openblas); --with-libxsmm=no \
--with-openblas=$(brew --prefix openblas); \
source ./install/setup; \
cd ../..; \
echo; \