activate workaround for problems with new GPU code neighbor lists

This commit is contained in:
Axel Kohlmeyer
2021-03-11 22:06:10 -05:00
parent 6a14403a27
commit a28d9a6e69

View File

@ -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>