Skip to content

Commit

Permalink
Here's a test that escaped me...
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Sep 15, 2023
1 parent d5814a9 commit 6a7274a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ proc buildSpace(Dom) {
return Dom dmapped stencilDist(boundingBox={1..3});
}
else if distType == DistType.blockcyclic {
return Dom dmapped BlockCyclic(startIdx=1, blocksize=2);
return Dom dmapped blockCycDist(startIdx=1, blocksize=2);
}
else {
compilerError("Compiling with unknown DistType.");
Expand Down

0 comments on commit 6a7274a

Please sign in to comment.