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
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 4 additions and 0 deletions

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>