From fbe859f11d22d1aec27b01260b5266479db06249 Mon Sep 17 00:00:00 2001 From: Pieter Ghysels Date: Thu, 27 Jun 2024 11:12:32 -0700 Subject: [PATCH] fix for CUDA compilation when using Cray compiler wrappers, so no MPI --- src/dense/CUDAWrapper.cu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dense/CUDAWrapper.cu b/src/dense/CUDAWrapper.cu index a56f7124..286997c2 100644 --- a/src/dense/CUDAWrapper.cu +++ b/src/dense/CUDAWrapper.cu @@ -26,6 +26,8 @@ * Division). * */ + +#define STRUMPACK_NO_TRIPLET_MPI #include "CUDAWrapper.hpp" namespace strumpack {