From 28c1f44f985114fd64397f9158658b8f408f4573 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Thu, 14 Sep 2023 19:37:39 -0700 Subject: [PATCH] Rats, forgot to add new writeSerializable to record... --- Signed-off-by: Brad Chamberlain --- modules/dists/BlockCycDist.chpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dists/BlockCycDist.chpl b/modules/dists/BlockCycDist.chpl index e567f26dddb3..047ca98c3d47 100644 --- a/modules/dists/BlockCycDist.chpl +++ b/modules/dists/BlockCycDist.chpl @@ -184,7 +184,7 @@ is mapped to. */ -record blockCycDist { +record blockCycDist: writeSerializable { param rank: int; type idxType = int;