From 70ca0551132fdd9f4413e7ee1dd0f29340bd84fd Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 23 Feb 2021 11:28:05 -0500 Subject: [PATCH] Add workaround to compile with HIP, new neighbor code still needs to be ported --- lib/gpu/geryon/hip_device.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/gpu/geryon/hip_device.h b/lib/gpu/geryon/hip_device.h index 94420aeb21..d3917ed0cf 100644 --- a/lib/gpu/geryon/hip_device.h +++ b/lib/gpu/geryon/hip_device.h @@ -8,6 +8,9 @@ #ifndef HIP_DEVICE #define HIP_DEVICE +// workaround after GPU package Feb2021 update +// todo: make new neighbor code work with HIP +#define LAL_USE_OLD_NEIGHBOR #include #include