From 6e1b895c602cb9373a0b4309bd2a1a162e7e1912 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Mon, 23 Sep 2024 09:55:16 -0500 Subject: [PATCH] build issues --- src/.#example3.cpp | 1 + src/example5.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 src/.#example3.cpp diff --git a/src/.#example3.cpp b/src/.#example3.cpp new file mode 120000 index 0000000..9c5a9cd --- /dev/null +++ b/src/.#example3.cpp @@ -0,0 +1 @@ +rscohn1@anpfclxlin02.2068456:1725459916 \ No newline at end of file diff --git a/src/example5.cpp b/src/example5.cpp index d18243b..97964dc 100644 --- a/src/example5.cpp +++ b/src/example5.cpp @@ -6,7 +6,7 @@ #include using T = float; -using MDA = dr::mhp::distributed_mdarray; +using MDA = dr::mp::distributed_mdarray; /* 2d stencil - simple operation on multi-dimensional array */ int main() {