From 1ff1618017994332da265be161e8cc548e8b8495 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 24 Jul 2015 13:01:44 +1200 Subject: Started work on cluster-style parallel processing --- fractal-gen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fractal-gen.h') diff --git a/fractal-gen.h b/fractal-gen.h index 3c4e435..656aeec 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -42,6 +42,8 @@ typedef struct { unsigned int core; unsigned int cores; + unsigned int clust_id; + unsigned int clust_total; unsigned int size; double power; unsigned int iterat; -- cgit v1.1