Skip to content

Commit

Permalink
fix for CUDA compilation when using Cray compiler wrappers, so no MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 27, 2024
1 parent b8e8401 commit fbe859f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dense/CUDAWrapper.cu
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* Division).
*
*/

#define STRUMPACK_NO_TRIPLET_MPI
#include "CUDAWrapper.hpp"

namespace strumpack {
Expand Down

0 comments on commit fbe859f

Please sign in to comment.