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:
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(USE_HIP)
|
||||
#if defined(USE_HIP) || defined(__APPLE__)
|
||||
#define LAL_USE_OLD_NEIGHBOR
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user