Skip to content

Commit

Permalink
No longer include the INTEL package in Windows installer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Feb 8, 2024
1 parent 096d0df commit 49b1a03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions docs/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ <h1>LAMMPS Windows Installer Repository</h1>
<ul>
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-adios" target="_blank">ADIOS</a> (requires an external library),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-h5md" target="_blank">H5MD</a> (requires an external library),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-kim" target="_blank"> KIM</a> (not yest fully ported to Windows),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-intel" target="_blank">INTEL</a> (requires Intel compiler for better performance than OPENMP),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-kim" target="_blank">KIM</a> (not yet fully ported to Windows cross-compilation),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-ml-pace" target="_blank">ML-PACE</a> (available as plugin),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-ml-quip" target="_blank">ML-QUIP</a> (not fully ported to Windows),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-mscg" target="_blank">MSCG</a> (obsolete, requires an external library),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-netcdf" target="_blank">NETCDF</a> (requires an external library),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-qmmm" target="_blank">QMMM</a> (only useful when linking to a QM software),
<li><a href="https://docs.lammps.org/Packages_details.html#pkg-scafacos" target="_blank">SCAFACOS</a> (requires an external library).
Expand All @@ -44,14 +44,20 @@ <h1>LAMMPS Windows Installer Repository</h1>
Starting with the 17 February 2022 version of LAMMPS the KOKKOS
package with the serial and OpenMP backends enabled is
included. GPU support for Kokkos is currently not possible for
these packages due to compiling the binaries with a
cross-compiler.
these packages due to compiling the binaries with a cross-compiler.
</div>
<div>
<br>
Starting with the 24 March 2022 version of LAMMPS the PLUGIN
package is included.
</div>
<div>
<br>
Starting with the 7 February 2024 version of LAMMPS the INTEL
package is no longer included. The performance benefit for the
package are small since the installer is not built with the
Intel compilers.
</div>
<hr width="100%">
<div style="display: inline; margin-left: 10px; margin-bottom: 5px; margin-top: 10px; border: 5px; float: right;">
<img src="plugin-loaded.png" border="0" style="" width="514" height="180"></div>
Expand Down
2 changes: 1 addition & 1 deletion mingw-cross/cmake-win-on-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def is_exe(fpath):
if guiflag:
cmd += " -DBUILD_LAMMPS_GUI=on -DDOWNLOAD_POTENTIALS=off -DQt5_DIR=/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/Qt5"
cmd += " -DWITH_GZIP=on -DWITH_FFMPEG=on -DLAMMPS_EXCEPTIONS=on"
cmd += " -DINTEL_LRT_MODE=c++11 -DBUILD_LAMMPS_SHELL=on"
cmd += " -DPKG_INTEL=no -DBUILD_LAMMPS_SHELL=on"
cmd += " -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
cmd += " -DPKG_PLUGIN=yes -DPKG_PLUMED=yes"
if pythonflag: cmd += " -DPKG_PYTHON=yes"
Expand Down

0 comments on commit 49b1a03

Please sign in to comment.