forked from lijiext/lammps
activate workaround for problems with new GPU code neighbor lists
This commit is contained in:
parent
6a14403a27
commit
a28d9a6e69
|
@ -24,6 +24,10 @@
|
|||
#ifndef NVD_DEVICE
|
||||
#define NVD_DEVICE
|
||||
|
||||
// workaround after GPU package Feb2021 update
|
||||
// todo: make new neighbor code work with CUDA
|
||||
#define LAL_USE_OLD_NEIGHBOR
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in New Issue