From 3cab58bffe7dfcf66bf017b514e2731d845536a1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 18 Sep 2021 21:34:30 -0400 Subject: [PATCH] small correction --- cmake/Modules/OpenCLLoader.cmake | 2 +- src/INTEL/verlet_lrt_intel.cpp | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cmake/Modules/OpenCLLoader.cmake b/cmake/Modules/OpenCLLoader.cmake index de7d42321d..3a8e63b213 100644 --- a/cmake/Modules/OpenCLLoader.cmake +++ b/cmake/Modules/OpenCLLoader.cmake @@ -1,6 +1,6 @@ message(STATUS "Downloading and building OpenCL loader library") set(OPENCL_LOADER_URL "${LAMMPS_THIRDPARTY_URL}/opencl-loader-2021.09.18.tar.gz" CACHE STRING "URL for OpenCL loader tarball") -set(OPENCL_LOADER_MD5 "abc25b391dcc9425229cb943f57f043c" CACHE STRING "MD5 checksum of OpenCL loader tarball") +set(OPENCL_LOADER_MD5 "3b3882627964bd02e5c3b02065daac3c" CACHE STRING "MD5 checksum of OpenCL loader tarball") mark_as_advanced(OPENCL_LOADER_URL) mark_as_advanced(OPENCL_LOADER_MD5) diff --git a/src/INTEL/verlet_lrt_intel.cpp b/src/INTEL/verlet_lrt_intel.cpp index 150a6ebd7b..216ba98302 100644 --- a/src/INTEL/verlet_lrt_intel.cpp +++ b/src/INTEL/verlet_lrt_intel.cpp @@ -12,28 +12,28 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include #include "verlet_lrt_intel.h" -#include "neighbor.h" -#include "domain.h" -#include "comm.h" + +#include "angle.h" #include "atom.h" #include "atom_vec.h" -#include "force.h" -#include "pair.h" #include "bond.h" -#include "angle.h" +#include "comm.h" +#include "compute.h" #include "dihedral.h" +#include "domain.h" +#include "error.h" +#include "fix.h" +#include "force.h" #include "improper.h" #include "kspace.h" -#include "output.h" -#include "update.h" -#include "modify.h" -#include "compute.h" -#include "fix.h" -#include "timer.h" #include "memory.h" -#include "error.h" +#include "modify.h" +#include "neighbor.h" +#include "output.h" +#include "pair.h" +#include "timer.h" +#include "update.h" #if defined(_OPENMP) #include