mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Update arch file
This commit is contained in:
parent
672e1570b1
commit
8d96446bea
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
cd tools/toolchain; \
|
||||
[[ -z "${mpi_implementation}" ]] && mpi_implementation="mpich"; \
|
||||
[[ -z "${target_cpu}" ]] && target_cpu="native"; \
|
||||
./install_cp2k_toolchain.sh --install-all --no-arch-files --target-cpu=${target_cpu} --with-gcc --with-${mpi_implementation}; \
|
||||
./install_cp2k_toolchain.sh --install-all --no-arch-files --target-cpu=${target_cpu} --with-gcc --with-${mpi_implementation} --with-libxsmm=no; \
|
||||
source ./install/setup; \
|
||||
cd ../..; \
|
||||
echo; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue