Skip to content

Commit

Permalink
Updated SIRIUS to latest official version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaillefumier authored and oschuett committed Feb 16, 2021
1 parent 02bf815 commit 0045df2
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 200 deletions.
7 changes: 5 additions & 2 deletions tools/toolchain/install_cp2k_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ The --with-PKG options follow the rules:
Default = install
--with-spfft Enable the spare fft used in SIRIUS (hard dependency)
Default = install
--with-spla Enable the spare linear algebra used in SIRIUS (hard dependency)
Default = install
--with-cosma Enable cosma as a replacement for scalapack matrix multiplication
Default = install
--with-libvori Enable libvori for the Voronoi integration (and the BQB compressed trajectory format)
Expand Down Expand Up @@ -263,7 +265,7 @@ tool_list="gcc cmake valgrind"
mpi_list="mpich openmpi intelmpi"
math_list="mkl acml openblas reflapack"
lib_list="fftw libint libxc libsmm libxsmm cosma scalapack elpa plumed \
spfft ptscotch superlu pexsi quip gsl spglib hdf5 libvdwxc sirius
spfft spla ptscotch superlu pexsi quip gsl spglib hdf5 libvdwxc sirius
libvori"
package_list="$tool_list $mpi_list $math_list $lib_list"
# ------------------------------------------------------------------------
Expand Down Expand Up @@ -307,7 +309,8 @@ with_spglib="__INSTALL__"
with_hdf5="__DONTUSE__"
with_elpa="__INSTALL__"
with_libvdwxc="__DONTUSE__"
with_spfft="__DONTUSE__"
with_spfft="__INSTALL__"
with_spla="__INSTALL__"
with_cosma="__INSTALL__"
with_libvori="__INSTALL__"
# for MPI, we try to detect system MPI variant
Expand Down

0 comments on commit 0045df2

Please sign in to comment.