From 5a82cbdc5d5bec884f9a8f4bf3b33401451bc1c9 Mon Sep 17 00:00:00 2001
From: Emanuele De Rubeis <ederubei@login03.m100.cineca.it>
Date: Sun, 29 Jan 2023 13:27:50 +0100
Subject: [PATCH] Makefile with PARALLEL_FITS implementation

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c034046..472d5ff 100644
--- a/Makefile
+++ b/Makefile
@@ -33,9 +33,11 @@ endif
 # write the final image
 OPT += -DWRITE_IMAGE
 # perform w-stacking phase correction
-#OPT += -DPHASE_ON
+OPT += -DPHASE_ON
 # Support CFITSIO
 OPT += -DFITSIO
+# Perform true parallel fits writing
+OPT += -DPARALLEL_FITS
 
 ifeq (FITSIO,$(findstring FITSIO,$(OPT)))
 	LIBS += -L$(FITSIO_LIB) -lcfitsio
-- 
GitLab