Skip to content

Commit b900cfe

Browse files
committed
make RunCommDiag a runtime const
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
1 parent 50222b2 commit b900cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

09-heat-2D-block.chpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use BlockDist;
22
use ImageUtils;
33

44
use CommDiagnostics;
5-
config param RunCommDiag = false;
5+
config const RunCommDiag = false;
66

77
config const nx = 1000;
88
config const ny = 1000;

10-heat-2D-stencil.chpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use StencilDist;
22
use ImageUtils;
33

44
use CommDiagnostics;
5-
config param RunCommDiag = false;
5+
config const RunCommDiag = false;
66

77
config const nx = 1000;
88
config const ny = 1000;

0 commit comments

Comments
 (0)