Merge pull request #3613 from lammps/gpu-neigh-macos

Attempted to allow GPU acceleration on MacOS with neighbor builds on …
This commit is contained in:
Axel Kohlmeyer
2023-01-25 13:34:52 -05:00
committed by GitHub

View File

@ -33,7 +33,7 @@
#endif
#endif
#if defined(USE_HIP)
#if defined(USE_HIP) || defined(__APPLE__)
#define LAL_USE_OLD_NEIGHBOR
#endif